Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmirr committed Nov 5, 2018
1 parent b312131 commit 401149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -14,7 +14,7 @@ If you want to contribute to opunit source code but you are not sure where to st

### Commit messages

We use [conventional commit message format](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) to be able to auto-generate our changelog. Conventional commit message format is `<type>[optional scope]: <description>`. The type can be `fix | feat | BREAKING CHANGE | chore | docs | style | refactor | build` and the _optional_ scope can be `connector | check` or anything else that would make sense. A simple example if for updating dependencies `build(deps): Bump X from 1.2.0 to 1.3.0`
We use [conventional commit message format](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) to be able to auto-generate our changelog. Conventional commit message format is `<type>[optional scope]: <description>`. The type can be `fix | feat | BREAKING CHANGE | chore | docs | style | refactor | build` and the _optional_ scope can be `connector | check` or anything else that would make sense. A simple example for updating a dependency is `build(deps): Bump X from 1.2.0 to 1.3.0`.

You can also use multiple types, for example if adding a `feat` that is also a `BREAKING CHANGE`, your commit message can be:

Expand Down

0 comments on commit 401149f

Please sign in to comment.