From dd25999d531b48d343fc5725e33df048e29df12d Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 15 Sep 2020 10:26:23 +0200 Subject: [PATCH] Update issue templates [skip-ci] (#6330) [github] Customize issue templates (NFC). Co-authored-by: Stephan Hageboeck --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++++ .github/ISSUE_TEMPLATE/improvement_report.md | 36 ++++++++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/improvement_report.md 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..84d9643a22673 --- /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 +