Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 3 additions & 10 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,21 @@ main:
- title: "About"
url: about
description: "About ROOT"
- title: "Learn"
url: learn
description: "How to learn ROOT"
- title: "Install"
url: install
description: "All you need to download and install ROOT"
- title: "Forum & Help"
url: https://root-forum.cern.ch/
description: "Ask questions about ROOT"
target: _blank
- title: "Manual"
url: manual
description: "High level ROOT manual"
- title: "Blog Posts"
url: blog
description: "Latest ROOT blog posts"
- title: "Contribute"
url: contribute
description: "Contribute to ROOT!"
- title: "For Developers"
url: for_developers
description: "Resources for ROOT developers"
- title: "Source"
url: https://github.com/root-project/root
description: "ROOT source code on GitHub"

# side bar menus

Expand Down
18 changes: 5 additions & 13 deletions contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:
toc: false
---

We warmly welcome your contribution to ROOT!
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).

There are two ways in which you can contribute:

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

Often it is useful to [contact us](https://root-forum.cern.ch){:target="_blank"} first to
discuss the code you want to develop or the bug you want to fix. You can do this directly
from your terminal, by typing: `root -b -e '.forum bug' -q`.

If you are an experienced contributor or are sure that you really found a bug, you can directly submit a
new issue on [GitHub](https://github.com/root-project/root/issues/new/choose) using the predefined
templates, or directly from your terminal:

```
root -b -e '.gh bug' -q
root -b -e '.gh feature' -q
root -b -e '.gh improvement' -q
```
discuss the code you want to develop or the bug you want to fix.

You can directly submit a new issue on [GitHub](https://github.com/root-project/root/issues/new/choose)
using the predefined templates.

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

Expand Down
Loading