From 08238a38cc659b65e3d98b3550bae553bf0b390e Mon Sep 17 00:00:00 2001 From: RandomMonkey99 Date: Thu, 26 Jun 2025 15:23:01 +0200 Subject: [PATCH 1/3] Added Github link to the Navigation bar --- _data/navigation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/navigation.yml b/_data/navigation.yml index 5fce82f7..d4c4d359 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -26,6 +26,9 @@ main: - 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 From a1ce538917690da3aeb58a3e89febf664f6194ab Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Thu, 17 Jul 2025 09:39:20 +0200 Subject: [PATCH 2/3] Reduce items in the navbar --- _data/navigation.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index d4c4d359..0fa4804c 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -4,22 +4,12 @@ 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!" From fa487ab37f46e4b94142e0a54d8a6499bf7a9268 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Thu, 17 Jul 2025 09:39:28 +0200 Subject: [PATCH 3/3] More explicit about the items that can be tackled by new contributors --- contribute/index.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/contribute/index.md b/contribute/index.md index 508ca839..53432137 100644 --- a/contribute/index.md +++ b/contribute/index.md @@ -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: @@ -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?