From 10810c701e51e7b5a7fc401128891283dd6c9814 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 13 Nov 2023 15:26:40 +1000 Subject: [PATCH] Fix spelling: change `Github` to `GitHub` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29c819e1f..4538d69de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ For changes that address core functionality or would require breaking changes (e In general, we follow the ["fork-and-pull" Git workflow](https://github.com/susam/gitpr) -1. Fork the repository to your own Github account +1. Fork the repository to your own GitHub account 2. Clone the project to your machine 3. Create a branch locally with a succinct but descriptive name 4. Commit changes to the branch