[ci skip] docs: add conventional commit to contrib guidelines

This commit is contained in:
Oliver Booth 2023-04-12 12:47:32 +01:00
parent b8a63c0d5c
commit c5ea6cca58
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ This project uses C# 11.0 language features where feasible, and adheres to Style
There is an `.editorconfig` included in this repository. For quick and painless pull requests, ensure that the analyzer does not There is an `.editorconfig` included in this repository. For quick and painless pull requests, ensure that the analyzer does not
throw warnings. throw warnings.
Please ensure that you follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
specification, as the GitHub release for this project is automatically generated from the commit history, and formatted using the
convetional commits specification.
### Code style ### Code style
Below are a few pointers to which you may refer, but keep in mind this is not an exhaustive list: Below are a few pointers to which you may refer, but keep in mind this is not an exhaustive list: