Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.15 KB

Contributing

Contributions are more than welcome to help netlog move forward.

Before submitting major changes, here are a few guidelines to follow:

  1. Check the open issues and pull requests for existing discussions.
  2. Open an issue to discuss a new feature.
  3. Run the following linting tools:
    1. golint
    2. errcheck
    3. structcheck
    4. varcheck
    5. gosimple
    6. staticcheck
    7. goconst
  4. Write tests and make sure the entire test suite passes locally and on Travis CI.
  5. When possible, prefix your commits with [netlog:, biglog:, transport:, docs:, ci:]
  6. Open a Pull Request.

For any further questions you can write to the netlog-dev mailing list.