contributor docs: Link to GitHub's blog post on commit discipline.

This commit is contained in:
Alya Abbott
2023-01-03 18:06:51 -08:00
committed by Tim Abbott
parent 88603bd34b
commit 17ee697e37

View File

@@ -81,6 +81,9 @@ you need to do a refactoring partway through writing the feature. When that
happens, we recommend you stash your partial feature, do the refactoring,
commit it, and then unstash and finish implementing your feature.
For additional guidance on how to structure your commits (and why it matters!),
check out GitHub's excellent [blog post](https://github.blog/2022-06-30-write-better-commits-build-better-projects).
## Commit messages
First, check out