Skip to content

Commit 35d02d4

Browse files
authored
Update FAQ
Add items for Git and guidelines.
1 parent 3333d46 commit 35d02d4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

doc/FAQ.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<!--./gh-md-toc --insert /path/to/README.md-->
55
<!--ts-->
66
* [Frequently asked questions](#frequently-asked-questions)
7+
* [Git](#git)
8+
* [Are there instructions how to use Git ?](#are-there-instructions-how-to-use-git-)
9+
* [Coding Guidelines](#coding-guidelines)
10+
* [Where are the Coding Guidelines ?](#where-are-the-coding-guidelines-)
11+
* [How do I check my code or apply the guidelines ?](#how-do-i-check-my-code-or-apply-the-guidelines-)
712
* [Build](#build)
813
* [How do I add a dependency to my module ?](#how-do-i-add-a-dependency-to-my-module-)
914
* [How do I make my module depend on library XXX from AliceO2 ?](#how-do-i-make-my-module-depend-on-library-xxx-from-aliceo2-)
@@ -17,6 +22,22 @@
1722

1823
[← Go back to Advanced Topics](Advanced.md) | [↑ Go to the Table of Content ↑](../README.md)
1924

25+
## Git
26+
27+
### Are there instructions how to use Git ?
28+
29+
See [here](https://alisw.github.io/git-tutorial/).
30+
31+
## Coding Guidelines
32+
33+
### Where are the Coding Guidelines ?
34+
35+
They are [here](https://github.com/AliceO2Group/CodingGuidelines).
36+
37+
### How do I check my code or apply the guidelines ?
38+
39+
See [here](https://github.com/AliceO2Group/CodingGuidelines#formatting-tool).
40+
2041
## Build
2142

2243
### How do I add a dependency to my module ?

0 commit comments

Comments
 (0)