Link to Conventional Commits specification (#3858)

And explain why PR titles should follow that specification.
This commit is contained in:
Janito Vaqueiro Ferreira Filho 2022-03-13 13:44:15 -03:00 committed by GitHub
parent 53e2d2e298
commit f9817c8b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -27,8 +27,14 @@ increase development coordination and makes PRs easier to merge.
Check out the [help wanted][hw] or [good first issue][gfi] labels if you're
looking for a place to get started!
Zebra follows the [convential commits][conventional] standard for the commits
merged to main. Since PRs are squashed before merging to main, the PR titles
should follow the conventional commits standard so that the merged commits
are conformant.
[hw]: https://github.com/ZcashFoundation/zebra/labels/E-help-wanted
[gfi]: https://github.com/ZcashFoundation/zebra/labels/good%20first%20issue
[conventional]: https://www.conventionalcommits.org/en/v1.0.0/#specification
## Coverage Reports
[coverage-reports]: #coverage-reports