...

Text file src/github.com/henvic/httpretty/CONTRIBUTING.md

Documentation: github.com/henvic/httpretty

     1# Contributing to httpretty
     2## Bug reports
     3When reporting bugs, please add information about your operating system and Go version used to compile the code.
     4
     5If you can provide a code snippet reproducing the issue, please do so.
     6
     7## Code
     8Please write code that satisfies [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) before submitting a pull-request.
     9Your code should be properly covered by extensive unit tests.
    10
    11## Commit messages
    12Please follow the Go [commit messages](https://github.com/golang/go/wiki/CommitMessage) convention when contributing code.

View as plain text