...

Text file src/github.com/gabriel-vasile/mimetype/CONTRIBUTING.md

Documentation: github.com/gabriel-vasile/mimetype

     1## Contribute
     2Contributions to **mimetype** are welcome. If you find an issue and you consider
     3contributing, you can use the [Github issues tracker](https://github.com/gabriel-vasile/mimetype/issues)
     4in order to report it, or better yet, open a pull request.
     5
     6Code contributions must respect these rules:
     7 - code must be test covered
     8 - code must be formatted using gofmt tool
     9 - exported names must be documented
    10
    11**Important**: By submitting a pull request, you agree to allow the project
    12owner to license your work under the same license as that used by the project.

View as plain text