...

Text file src/github.com/go-mail/mail/CONTRIBUTING.md

Documentation: github.com/go-mail/mail

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

View as plain text