CONTRIBUTING.md
July 2, 2022 ยท View on GitHub
We'll keep it simple: don't be a dick, and you're good.
What to do before submitting a PR:
- Lint your code with
npm run lint. - If your code adds any functional units, please try to add tests for them.
- Test the code with
npm test. - Test
serveend-to-end at least at the surface-level: make sure it runs, PUT a board, GET that board. - If you moved anything, test Docker deployment.
- Use conventional format for your commit messages.
- Submit a PR; review will be required.
Merge commits are not allowed to main.
If pushing a release, use npm run release and not npm version or manually.