Skip to content

Commit

Permalink
Remove readme section "Commit message convention"
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Mar 19, 2024
1 parent 18e433d commit b3b8792
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,6 @@ export default (spec: TestScope) => {
};
```

## Commit message convention

We follow the [conventional commits specification](https://www.conventionalcommits.org/en) for our commit messages:

- `fix`: bug fixes, e.g. fix crash due to deprecated method.
- `feat`: new features, e.g. add new method to the module.
- `refactor`: code refactor, e.g. migrate from class components to hooks.
- `docs`: changes into documentation, e.g. add usage example for the module..
- `test`: adding or updating tests, e.g. add integration tests using detox.
- `chore`: tooling changes, e.g. change CI config.

Our pre-commit hooks verify that your commit message matches this format when committing.

## Scripts

The `package.json` file contains various scripts for common tasks:
Expand Down

0 comments on commit b3b8792

Please sign in to comment.