Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Teodor Dutu <[email protected]>
  • Loading branch information
andreia-oca and teodutu authored Oct 19, 2024
1 parent f2c29fb commit 8d97402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8d97402

Please sign in to comment.