Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/gettingstarted/contributingtocode.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on GitHub and add the URL of your fork as the `origin`
[remote repository](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories)
in your local Git repository.

Please use your full name in your Git configuration and on your GitHub account so that your contributions can be linked to you easily.

```instruction
Before starting to write your first piece of code, please get familiar with the
[O2 coding, naming and commenting guidelines](https://github.com/AliceO2Group/CodingGuidelines)
Expand Down
Loading