@@ -4,17 +4,18 @@ When submitting a new feature or fix:
44- Add a new entry to the CHANGELOG - https://github.com/PostgREST/postgrest/blob/main/CHANGELOG.md#unreleased 
55- If relevant, update the docs 
66- Use a prefix for the PR title or commits, e.g. "fix: description of the fix". 
7-  + `fix`, bug fixes 
8-  + `feat`, new features added 
9-  + `perf`, performance improvements 
10-  + `docs`, updating the documentation 
11-  + `nix`, related to the Nix development environment 
12-  + `ci`, related to the Continuous Integration modules 
13-  + `test`, related to the testing modules 
14-  + `refactor`, refactoring code 
15-  + `deprecate`, deprecating a feature 
16-  + `changelog`, updating the CHANGELOG 
17-  + `chore`, maintenance (build process, updating sponsors, etc.) 
7+  + `add`, Add a new feature 
8+  + `amend`, To amend an unrealease commit 
9+  + `change`, Breaking changes 
10+  + `chore`, Maintenance, update sponsors, changelog, readme etc 
11+  + `ci`, CI configuration files and scripts 
12+  + `docs`, Documentation 
13+  + `fix`, Bug fix 
14+  + `nix`, Related to Nix 
15+  + `perf`, Performance improvements 
16+  + `refactor`, Refactoring code 
17+  + `remove`, Remove a feature or fix 
18+  + `test`, Adding tests 
1819 + Other prefixes may be used if necessary 
1920- If there's a breaking change, add `BREAKING CHANGE` and an explanation to your commit message 
2021--> 
0 commit comments