From b40fdd075ae182dfbb280893ea4c59f67b920a6f Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Wed, 9 Sep 2020 12:43:02 +0200 Subject: [PATCH] Customize issue templates. --- .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..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 +