From 8d97402b234f2d0a8a6ec9495ef9b99490e2ed2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreia=20Oc=C4=83noaia?= Date: Sat, 19 Oct 2024 10:41:52 +0300 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Teodor Dutu --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0844725bc6..f47e2442c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,8 @@ The use of `-s` / `--signoff` when creating a commit is optional, but strongly r ### Setting Up GitHub Name and Email -To avoid common issues with authorship verification (such as []`checkpatch` errors](https://github.com/open-education-hub/operating-systems/actions/runs/6590761580/job/17908015178?pr=339#step:3:570)), it is important to make sure that your `git` configuration includes the correct name and email address, matching the ones associated with your GitHub account. You can configure this globally for all repositories or locally for a specific project. +To avoid common issues with authorship verification (such as []`checkpatch` errors](https://github.com/open-education-hub/operating-systems/actions/runs/6590761580/job/17908015178?pr=339#step:3:570)), it is important to make sure that your `git` configuration includes the correct name and email address, matching the ones associated with your GitHub account. +You can configure this globally for all repositories or locally for a specific project. To set your Git author information globally, run the following commands: