We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df16b0 commit 05885c7Copy full SHA for 05885c7
templates/common/CONTRIBUTING.md
@@ -67,7 +67,7 @@ We follow the [conventional commits specification](https://www.conventionalcommi
67
- `feat`: new features, e.g. add new method to the module.
68
- `refactor`: code refactor, e.g. migrate from class components to hooks.
69
- `docs`: changes into documentation, e.g. add usage example for the module..
70
-- `test`: adding or updating tests, eg add integration tests using detox.
+- `test`: adding or updating tests, e.g. add integration tests using detox.
71
- `chore`: tooling changes, e.g. change CI config.
72
73
Our pre-commit hooks verify that your commit message matches this format when committing.
0 commit comments