Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 818 Bytes

Contributing to Gocannon

Bugs and feature requests (Issues)

  1. If you have found a bug, please check existing Issues prior to opening a new one.
  2. When reporting a bug via issues, please provide commit # (or output of gocannon --version if you are using a pre-built binary form a GitHub release).
  3. A bug report should include accurate description of the steps required to reproduce it.
  4. Feature requests are welcome!

Pull requests

Commit naming

This project uses conventional commits.

WIP changes

If you encounter a problem while having work-in-progress changes in your repo, don't hesitate to open a draft pull request.

TODO: Add an overview of Gocannon project structure so as to help new contributors easily navigate the codebase.

Thanks!