Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 910 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 910 Bytes

Contributing

No contribution is too small, and we welcome your help. You can help make this project better by:

  • Reporting and fixing bugs
  • Improving documentation
  • Proposing and adding new features
  • Reviewing code changes

Guide

If you see something you want to work on, please keep in mind:

  • Never commit directly to main or dev branches
  • Always checkout a new branch from dev
  • Always keep dev up to date and stable (i.e. working without critical failures)
  • When you're done and ready to merge your code, open a pull request from your branch to dev

PR titles should follow the Conventional Commits spec and commit titles, the Commits spec.

Example PR title:

feat(db): create a new model for users

Example commit title:

Improve documentation