Skip to content

Commit a94b229

Browse files
committed
More explicit about the items that can be tackled by new contributors
1 parent 870b130 commit a94b229

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

contribute/index.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
toc: false
77
---
88

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).
1010

1111
There are two ways in which you can contribute:
1212

@@ -27,18 +27,10 @@ There are two ways in which you can contribute:
2727
become part of the repository - as it happened for RooFit, TMVA, Eve, to name a few.
2828

2929
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)
33+
using the predefined templates.
4234

4335
### What about fixing an "easy" bug?
4436

0 commit comments

Comments
 (0)