gomail/CONTRIBUTING.md

21 lines
622 B
Markdown
Raw Permalink Normal View History

2015-07-27 00:12:39 +08:00
Thank you for contributing to Gomail! Here are a few guidelines:
2015-07-21 05:18:34 +08:00
2015-07-27 00:12:39 +08:00
## Bugs
If you think you found a bug, create an issue and supply the minimum amount
2015-07-21 05:18:34 +08:00
of code triggering the bug so it can be reproduced.
2015-07-27 00:12:39 +08:00
## Fixing a bug
If you want to fix a bug, you can send a pull request. It should contains a
2015-07-21 05:18:34 +08:00
new test or update an existing one to cover that bug.
2015-07-27 00:12:39 +08:00
## New feature proposal
If you think Gomail lacks a feature, you can open an issue or send a pull
2015-07-21 05:18:34 +08:00
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.