Skip to content

Commit

Permalink
docs: Remove inconsistent colon in pull request docs (#15303)
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Nov 12, 2021
1 parent da238cc commit 9309841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/contributing/pull-requests.md
Expand Up @@ -64,7 +64,7 @@ The `tag` is one of the following:
* `fix` - for a bug fix.
* `feat` - either for a backwards-compatible enhancement or for a rule change that adds reported problems.
* `fix!` - for a backwards-incompatible bug fix.
* `feat!:` - for a backwards-incompatible enhancement or feature.
* `feat!` - for a backwards-incompatible enhancement or feature.
* `docs` - changes to documentation only.
* `chore` - for changes that aren't user-facing.
* `build` - changes to build process only.
Expand Down

0 comments on commit 9309841

Please sign in to comment.