From 64b4aee4c302673e8e14de627bb1a2bb97a8017c Mon Sep 17 00:00:00 2001 From: Pratyush Das Date: Fri, 9 Apr 2021 21:26:25 +0530 Subject: [PATCH] Add GitHub issue template Template taken from root-project/root's issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 46 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++ .github/ISSUE_TEMPLATE/improvement_report.md | 36 +++++++++++++++ 3 files changed, 108 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 00000000..db8693da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to get an issue fixed +title: '' +labels: bug +--- + +- [ ] Checked for duplicates + + +### 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 00000000..e34ebe0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Propose a new feature for Cling +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 + diff --git a/.github/ISSUE_TEMPLATE/improvement_report.md b/.github/ISSUE_TEMPLATE/improvement_report.md new file mode 100644 index 00000000..64a2dd88 --- /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 +