Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed May 31, 2024
1 parent 87972a3 commit 6fdb99d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,18 @@ We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0

Available types:

1. `chore` - changes that should not affect production user code, e.g. update dev-dependencies
1. `fix` - bug fixes, e.g. fix linting errors
1. `feat` - new features, e.g. add new command
1. `docs` - changes to documentation
1. `feat!` - breaking changes, e.g. remove command
1. `ci` - changes to CI configuration
1. For breaking changes, add a `BREAKING CHANGE` section to the commit message body:

```git
feat: <description>
BREAKING CHANGE: <description>
```

## Contact

Expand Down

0 comments on commit 6fdb99d

Please sign in to comment.