Added CONTRIBUTING.md

This commit is contained in:
Alexandre Cesaro 2015-07-20 23:18:34 +02:00
parent 9775d1d734
commit 8a81f4ad6f
2 changed files with 17 additions and 5 deletions

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
Contributions are more than welcome:
- If you think you found a bug, create an issue and supply the minimum amount
of code triggering the bug so it can be reproduced.
- If you want to fix a bug, you can send a pull request. It should contains a
new test or update an existing one to cover that bug.
- If you think Gomail lacks a feature, you can open an issue or send a pull
request. I want to keep Gomail code and API as simple as possible so please
describe your needs so we can discuss whether this feature should be added to
Gomail or not.

View File

@ -74,11 +74,13 @@ bypass the verification of the server's certificate chain and host name by using
Note, however, that this is insecure and should not be used in production. Note, however, that this is insecure and should not be used in production.
## Contribute
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Contact ## Contact
You are more than welcome to open issues and send pull requests if you find a You can ask questions on the [Gomail
bug or need a new feature.
You can also ask questions on the [Gomail
thread](https://groups.google.com/d/topic/golang-nuts/ywPpNlmSt6U/discussion) thread](https://groups.google.com/d/topic/golang-nuts/ywPpNlmSt6U/discussion)
in the Go mailing-list or via Twitter [@alexandrecesaro](https://twitter.com/alexandrecesaro). in the Go mailing-list.