Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 707 Bytes

Contributing

Contributions are welcome!

  • You will need an up-to-date version of Go as of the latest commit, staticcheck installed, and optionally ctags and cloc installed. It will also help if you use vim, because vim is the only well-supported editor for cozy.
  • Please make sure you fill out the issue or PR template accurately.
  • If submitting a PR, please make sure you've run the tests (make test).
    • Please run any relevant examples to be sure nothing broke, and add an example if you're adding a feature.
  • Follow the Rust Code of Conduct.
  • Releases should be done with the git-release.sh script in project root.