Skip to content

Commit

Permalink
Remove the "ideas" section. (#896)
Browse files Browse the repository at this point in the history
* Remove the "ideas" section.

* Change title of "fixing bug" section

* Rephrasing
  • Loading branch information
couet authored Oct 16, 2023
1 parent 489634e commit ba3a813
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 240 deletions.
36 changes: 0 additions & 36 deletions _ideas/2015-03-28-commandline-tools-for-root.md

This file was deleted.

29 changes: 0 additions & 29 deletions _ideas/2016-01-05-tool-to-warn-user-of-inefficient-construct.md

This file was deleted.

22 changes: 0 additions & 22 deletions _ideas/2019-01-30-better-argument-parsing.md

This file was deleted.

24 changes: 0 additions & 24 deletions _ideas/2019-01-30-more-tests-more-benchmarks.md

This file was deleted.

20 changes: 0 additions & 20 deletions _ideas/2019-01-30-transform-gnu-makefile-test-to-cmake.md

This file was deleted.

23 changes: 0 additions & 23 deletions _ideas/2020-06-25-build-system-improvements.md

This file was deleted.

20 changes: 0 additions & 20 deletions _ideas/2020-06-25-easy-bugs.md

This file was deleted.

33 changes: 0 additions & 33 deletions _ideas/2020-06-26-add-a-root-pythonization.md

This file was deleted.

40 changes: 7 additions & 33 deletions contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ title: Collaborate With Us
layout: single
sidebar:
nav: "contribute"
toc: true
toc_sticky: true
toc: false
---

We warmly welcome your contribution to ROOT!

There are two ways in which you can contribute:



1. **Submit a pull request** <br>
You can create a pull request on [GitHub](https://github.com/root-project/root){:target="_blank"}.
Simply follow [our guidelines](https://github.com/root-project/root/blob/master/CONTRIBUTING.md).
Expand Down Expand Up @@ -43,34 +40,11 @@ root -b -e '.gh feature' -q
root -b -e '.gh improvement' -q
```

## Picking up an idea

We maintain a set of "ideas" for talented scientists and developers to pick up.
An "idea" is a sketch of a development project, or a missing feature we would like to see in your ROOT!
You can inspect the ideas in the following list.

{% assign sorted = site.ideas | reverse %}

### Some Ideas <a href="{{ 'feed/ideas.xml' | relative_url }}"><img style="width:auto; height:1.0em;" src="{{'/assets/images/feed.svg' | relative_url}}"></a>

<ul>
{% for idea in sorted %}
{% if idea.state != "completed" %}
<li> {{idea.date | date_to_string }} <a href="{{ idea.url | relative_url }}"> {{ idea.title}} </a><br>
{{idea.summary}}
</li>
{% endif %}
{% endfor %}
</ul>
### What about fixing an "easy" bug?

### Completed ideas
Several of ROOT’s bugs are actually not all that difficult to fix by a C++ programmer able to
handle large code bases - we just don’t get around to actually do it. Maybe you can help?
It’s a great way to exercise how to collaborate in a vivid, medium-size project, following
industry best practice. Find your favorite
[here](https://github.com/root-project/root/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).

<ul>
{% for idea in sorted %}
{% if idea.state == "completed" %}
<li> {{idea.date | date_to_string }} <a href="{{ idea.url | relative_url }}"> {{ idea.title}} </a><br>
{{idea.summary}}
</li>
{% endif %}
{% endfor %}
</ul>

0 comments on commit ba3a813

Please sign in to comment.