21 lines
868 B
Markdown
21 lines
868 B
Markdown
<!--
|
|
When submitting a new feature or fix:
|
|
|
|
- Add a new entry to the CHANGELOG - https://github.com/PostgREST/postgrest/blob/main/CHANGELOG.md#unreleased
|
|
- If relevant, update the docs
|
|
- Use a prefix for the PR title or commits, e.g. "fix: description of the fix".
|
|
+ `fix`, bug fixes
|
|
+ `feat`, new features added
|
|
+ `perf`, performance improvements
|
|
+ `docs`, updating the documentation
|
|
+ `nix`, related to the Nix development environment
|
|
+ `ci`, related to the Continuous Integration modules
|
|
+ `test`, related to the testing modules
|
|
+ `refactor`, refactoring code
|
|
+ `deprecate`, deprecating a feature
|
|
+ `changelog`, updating the CHANGELOG
|
|
+ `chore`, maintenance (build process, updating sponsors, etc.)
|
|
+ Other prefixes may be used if necessary
|
|
- If there's a breaking change, add `BREAKING CHANGE` and an explanation to your commit message
|
|
-->
|