Skip to content

Commit

Permalink
docs: follow Angular commit message capitalisation #242
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com>
  • Loading branch information
MRichards99 and VKTB authored Nov 2, 2021
1 parent ccf6d29 commit d53d85a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,21 +305,21 @@ standard:

```
# Commit to edit a CI job
ci: Edit linting job #issue-number
ci: edit linting job #issue-number
# Commit for a bug fix
fix: Fix bug found with count endpoints #issue-number
fix: fix bug found with count endpoints #issue-number
# Commit for a new feature
feat: Add endpoints for search API #issue-number
feat: add endpoints for search API #issue-number
# Commit which introduces a breaking change for users
BREAKING CHANGE: Change format of `config.json`, the previous version is no longer supported #issue-number
BREAKING CHANGE: change format of `config.json`, the previous version is no longer supported #issue-number
# You can also use `BREAKING CHANGE:` in the additional information if the commit also adds a new feature, like so:
feat: My new feature #issue-number
feat: my new feature #issue-number
BREAKING CHANGE: This feature means X functionality has been removed
BREAKING CHANGE: this feature means X functionality has been removed
```

For each pull request, only one commit message in this format is required to satisfy the
Expand Down

0 comments on commit d53d85a

Please sign in to comment.