Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 517 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (10 loc) · 517 Bytes

Commit Checklist

The following checkboxes must all be true before committing to Noot.

  • Do you need to update documentation?
  • Have you modified your application version?
  • Have you modified your code for production use?
  • Have you hard-coded any errors in non-english?
  • Are you committing too many/too fewer changes at once?
  • Have you properly tested your code? If not, commit to the "dev" branch.
  • Are you using an appropriate commit message?
  • Have you updated the changelog?