diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000000..b368ebb3b4fe8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to get an issue fixed +title: '' +labels: bug +--- + +## Describe the bug + + +## Expected behavior + + +## To Reproduce + + +## Setup + + +## Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000000..c9927af6f4675 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. + + +## Describe the solution you'd like + + +## Describe alternatives you've considered + + +## Additional context + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/improvement_report.md b/.github/ISSUE_TEMPLATE/improvement_report.md new file mode 100644 index 0000000000000..33b9c0925a4f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement_report.md @@ -0,0 +1,36 @@ +--- +name: Improvement +about: Suggest something that could be improved. +title: '' +labels: improvement +--- + +## Explain what you would like to see improved + + +## Optional: share how it could be improved + + +## To Reproduce + + +## Setup + + +## Additional context +