Skip to content

Commit dd25999

Browse files
Update issue templates [skip-ci] (root-project#6330)
[github] Customize issue templates (NFC). Co-authored-by: Stephan Hageboeck <[email protected]>
1 parent 1dba738 commit dd25999

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to get an issue fixed
4+
title: ''
5+
labels: bug
6+
---
7+
8+
## Describe the bug
9+
<!--
10+
A clear and concise description of what the wrong behavior is.
11+
-->
12+
13+
## Expected behavior
14+
<!--
15+
A clear and concise description of what you expected to happen.
16+
-->
17+
18+
## To Reproduce
19+
<!--
20+
Steps to reproduce the behavior:
21+
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
22+
2. Don't forget to attach the required input files!
23+
3. How to run your code and / or build it, e.g. `root myMacro.C`, ...
24+
-->
25+
26+
## Setup
27+
<!--
28+
1. ROOT version
29+
2. Operating system
30+
3. How you obtained ROOT, such as `dnf install` / binary download / you built it yourself.
31+
-->
32+
33+
## Additional context
34+
<!--
35+
Add any other context about the problem here.
36+
-->
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Feature request
3+
about: Propose a new feature for ROOT
4+
title: ''
5+
labels: new feature
6+
---
7+
8+
## Is your feature request related to a problem? Please describe.
9+
<!--
10+
A clear and concise description of what the problem is. E.g "I always have to [...] when I want to [...]"
11+
-->
12+
13+
## Describe the solution you'd like
14+
<!--
15+
A clear and concise description of what you want to happen.
16+
-->
17+
18+
## Describe alternatives you've considered
19+
<!--
20+
Can you think of alternative solutions or features?
21+
-->
22+
23+
## Additional context
24+
<!--
25+
Add any other context or screenshots about the feature requested here.
26+
-->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Improvement
3+
about: Suggest something that could be improved.
4+
title: ''
5+
labels: improvement
6+
---
7+
8+
## Explain what you would like to see improved
9+
<!--
10+
Explain what isn't as good as it could be and why
11+
-->
12+
13+
## Optional: share how it could be improved
14+
<!--
15+
If you already have an idea what we could improve, then please tell us.
16+
-->
17+
18+
## To Reproduce
19+
<!--
20+
Steps to reproduce the behavior:
21+
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
22+
2. Don't forget to attach the required input files!
23+
3. How to run your code: build it / `root myMacro.C` / ...
24+
-->
25+
26+
## Setup
27+
<!--
28+
1. ROOT version
29+
2. Operating system
30+
3. How you obtained ROOT, such as `dnf install` / binary download / you built it yourself.
31+
-->
32+
33+
## Additional context
34+
<!--
35+
Add any other context about the problem here.
36+
-->

0 commit comments

Comments
 (0)