From 98a57d711240e38ee82420a187be778b5a06b79c Mon Sep 17 00:00:00 2001 From: Stephanie Pennington Date: Tue, 19 Apr 2022 12:52:01 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-fix.md | 42 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/new-feature.md | 24 +++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-fix.md create mode 100644 .github/ISSUE_TEMPLATE/new-feature.md diff --git a/.github/ISSUE_TEMPLATE/bug-fix.md b/.github/ISSUE_TEMPLATE/bug-fix.md new file mode 100644 index 0000000..6b26dd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-fix.md @@ -0,0 +1,42 @@ +--- +name: Bug Fix +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +If you have a question or comment, please use our community discussion forum at instead. + +Submitter: + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md new file mode 100644 index 0000000..57342e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -0,0 +1,24 @@ +--- +name: New Feature +about: Suggest a new feature for HectorUI +title: '' +labels: enhancement +assignees: '' + +--- + +If you have a question or comment, please use our community discussion forum at instead. + +Submitter: + +**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 the importance of this new feature** +How will this help enable research or understanding? How will this make HectorUI more useful? + +**Additional context** +Add any other context or screenshots about the feature request here.