You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contribute/index.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar:
6
6
toc: false
7
7
---
8
8
9
-
We warmly welcome your contribution to ROOT!
9
+
We warmly welcome your contribution to ROOT 🙏! Checkout our [good first issues](https://github.com/root-project/root/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) and [items that could use some help](https://github.com/root-project/root/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22).
10
10
11
11
There are two ways in which you can contribute:
12
12
@@ -27,18 +27,10 @@ There are two ways in which you can contribute:
27
27
become part of the repository - as it happened for RooFit, TMVA, Eve, to name a few.
28
28
29
29
Often it is useful to [contact us](https://root-forum.cern.ch){:target="_blank"} first to
30
-
discuss the code you want to develop or the bug you want to fix. You can do this directly
31
-
from your terminal, by typing: `root -b -e '.forum bug' -q`.
32
-
33
-
If you are an experienced contributor or are sure that you really found a bug, you can directly submit a
34
-
new issue on [GitHub](https://github.com/root-project/root/issues/new/choose) using the predefined
35
-
templates, or directly from your terminal:
36
-
37
-
```
38
-
root -b -e '.gh bug' -q
39
-
root -b -e '.gh feature' -q
40
-
root -b -e '.gh improvement' -q
41
-
```
30
+
discuss the code you want to develop or the bug you want to fix.
31
+
32
+
You can directly submit a new issue on [GitHub](https://github.com/root-project/root/issues/new/choose)
0 commit comments