From 5de9c2b30b996ee680a58d4f46831e44e86cffa2 Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Sat, 14 Jan 2023 16:26:33 +0100 Subject: [PATCH] CONTRIBUTING.md: capitalize "Git" Git's own documentation consistency capitalizes the word "Git" in prose. Follow its example and capitalize the word "Git" in prose of file `CONTRIBUTING.md`. Signed-off-by: Andrei Rybak --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b25c480ff..8b6b98cbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ There are many ways in which you can contribute. We are always looking for teste If you would like to contribute patches that fix bugs or add new features, that is of course especially welcome. If you are looking for places to start, look at the open bugs in our [bug tracker][5]. -Here is a very brief introduction on creating commits that you can either send as [pull requests][6] on our main GitHub repository or send as emails to the mailing list. Much more details on how to use git can be found at the [git user manual][7]. +Here is a very brief introduction on creating commits that you can either send as [pull requests][6] on our main GitHub repository or send as emails to the mailing list. Much more details on how to use Git can be found at the [Git user manual][7]. Start with getting the latest source. @@ -38,7 +38,7 @@ When sending code, please either send signed-off patches or a pull request with See: [Signed-off-by Lines][8] -Also, please write good git commit messages. A good commit message looks like this: +Also, please write good Git commit messages. A good commit message looks like this: Header line: explaining the commit in one line