Skip to content

Commit

Permalink
Adding CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
henvic committed Feb 2, 2020
1 parent cea6b42 commit 93c03b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,12 @@
# Contributing to httpretty
## Bug reports
When reporting bugs, please add information about your operating system and Go version used to compile the code.

If you can provide a code snippet reproducing the issue, please do so.

## Code
Please write code that satisfies [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) before submitting a pull-request.
Your code should be properly covered by extensive unit tests.

## Commit messages
Please follow the Go [commit messages](https://github.com/golang/go/wiki/CommitMessage) convention when contributing code.

0 comments on commit 93c03b9

Please sign in to comment.