From b4e2c0b06dea324ed8c65c2c8af9154ac29ff150 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Sat, 15 Aug 2020 16:56:25 -0700 Subject: [PATCH] Update issue templates Closes #1071 --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 26 +++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 984e426..bdbfc09 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,10 @@ --- name: Bug report -about: Create a bug report to help us improve Carbon +about: Create a report to help fix something about Carbon +title: '' +labels: bug +assignees: '' + --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..5da78ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,26 @@ +--- +name: Other +about: Let us know about something else +title: '' +labels: '' +assignees: '' + +--- + +**Describe the change** +A clear and concise description of your proposal. + +**Screenshots** +If applicable, add screenshots to help explain the issue. + +**Info (please complete the following information):** + +- OS [e.g. macOS, Linux, Windows, iOS]: +- Browser [e.g. Chrome, Safari, Firefox]: + +
+ Code snippet +
+  
+  
+