From 1162ac4a1295fc2edc19ee01c1b8e3038f1a6195 Mon Sep 17 00:00:00 2001 From: j-ac <83185117+j-ac@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:30:24 -0500 Subject: [PATCH] fix typo in contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index d299000b53..7315f9c190 100644 --- a/contributing.md +++ b/contributing.md @@ -52,7 +52,7 @@ git fetch upstream git branch --set-upstream-to=upstream/master master ``` -Before touching the code, create a new branch off `master` it with a descriptive name. +Before touching the code, create a new branch off `master` with a descriptive name. After touching the code, commit your changes. Try to group your changes into many smaller commits with a clear purpose to each—committing early and often can help. Bonus points if each commit can build and run. If you made the branch a while ago, pull `master` and *rebase, not merge*. Then push to your fork, and you can submit a pull request at any time on GitHub.