Skip to content

Commit

Permalink
Update issue templates [skip-ci] (root-project#6330)
Browse files Browse the repository at this point in the history
[github] Customize issue templates (NFC).

Co-authored-by: Stephan Hageboeck <[email protected]>
  • Loading branch information
Axel-Naumann and hageboeck authored Sep 15, 2020
1 parent 1dba738 commit dd25999
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to get an issue fixed
title: ''
labels: bug
---

## Describe the bug
<!--
A clear and concise description of what the wrong behavior is.
-->

## Expected behavior
<!--
A clear and concise description of what you expected to happen.
-->

## To Reproduce
<!--
Steps to reproduce the behavior:
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
2. Don't forget to attach the required input files!
3. How to run your code and / or build it, e.g. `root myMacro.C`, ...
-->

## Setup
<!--
1. ROOT version
2. Operating system
3. How you obtained ROOT, such as `dnf install` / binary download / you built it yourself.
-->

## Additional context
<!--
Add any other context about the problem here.
-->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Propose a new feature for ROOT
title: ''
labels: new feature
---

## Is your feature request related to a problem? Please describe.
<!--
A clear and concise description of what the problem is. E.g "I always have to [...] when I want to [...]"
-->

## Describe the solution you'd like
<!--
A clear and concise description of what you want to happen.
-->

## Describe alternatives you've considered
<!--
Can you think of alternative solutions or features?
-->

## Additional context
<!--
Add any other context or screenshots about the feature requested here.
-->
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Improvement
about: Suggest something that could be improved.
title: ''
labels: improvement
---

## Explain what you would like to see improved
<!--
Explain what isn't as good as it could be and why
-->

## Optional: share how it could be improved
<!--
If you already have an idea what we could improve, then please tell us.
-->

## To Reproduce
<!--
Steps to reproduce the behavior:
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
2. Don't forget to attach the required input files!
3. How to run your code: build it / `root myMacro.C` / ...
-->

## Setup
<!--
1. ROOT version
2. Operating system
3. How you obtained ROOT, such as `dnf install` / binary download / you built it yourself.
-->

## Additional context
<!--
Add any other context about the problem here.
-->

0 comments on commit dd25999

Please sign in to comment.