Link to Conventional Commits specification (#3858)
And explain why PR titles should follow that specification.
This commit is contained in:
parent
53e2d2e298
commit
f9817c8b65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue