Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 614 Bytes

Contributing

Contributions are welcome. Please follow these guidlines.

  1. It's generally better to start with opening issue with description of the bug or feature you want to fix.
  2. Fork a repo, use separate branches for different features/bugs.
  3. Always run gofmt on your code before committing it. Run linter. It's ok to have some warnings but this will help to find some common mistakes.
  4. All new features should have tests.
  5. All new and existing tests must pass.
  6. Submit a pull request