You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
622 B

  1. Thank you for contributing to Gomail! Here are a few guidelines:
  2. ## Bugs
  3. If you think you found a bug, create an issue and supply the minimum amount
  4. of code triggering the bug so it can be reproduced.
  5. ## Fixing a bug
  6. If you want to fix a bug, you can send a pull request. It should contains a
  7. new test or update an existing one to cover that bug.
  8. ## New feature proposal
  9. If you think Gomail lacks a feature, you can open an issue or send a pull
  10. request. I want to keep Gomail code and API as simple as possible so please
  11. describe your needs so we can discuss whether this feature should be added to
  12. Gomail or not.