From 17ee697e37c3c5aa19d1933597195ebd7f7cc82d Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Tue, 3 Jan 2023 18:06:51 -0800 Subject: [PATCH] contributor docs: Link to GitHub's blog post on commit discipline. --- docs/contributing/commit-discipline.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/contributing/commit-discipline.md b/docs/contributing/commit-discipline.md index b579e00f06..3e780003ec 100644 --- a/docs/contributing/commit-discipline.md +++ b/docs/contributing/commit-discipline.md @@ -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