From 7270c18034a0af12fef1dc03ace119e32b1bdc99 Mon Sep 17 00:00:00 2001 From: Sara Jenis <56271680+sjenis@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:45:45 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement-request.md | 20 +++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 39 ++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..753d84c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +### Type of request: Bug, Feature, Enhancement +[What’s the difference?](https://www.notion.so/codehs/How-to-Write-a-Good-GitHub-Issue-01a6f96d77804e43b4c4372b207097d1#f4b25f6553ef4203a89b4f2346d77ac3) + +# Bug +## Basic Information + +Teacher name: +Teacher email: + +## Qualitative Description + +1 sentence description of the intended behavior: +1 sentence description of actual (bug) behavior: + +Short list of steps you have taken to reproduce the bug, and the results (in bullets): + +## Relevant Links & Screenshots +(teacher page, section page, etc) + +Direct link to bug on CodeHS: +Teacher Page: +Section Page: + +**Screenshots:** + +## Past Issues + +Have you or another team member encountered this bug before?: + +If so, who reported the previous instance of this bug?: + +Any quote from teacher describing issue (can copy paste from discussion): diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 0000000..b764e32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -0,0 +1,20 @@ +--- +name: Enhancement 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/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..5d829bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,39 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: feature +assignees: '' + +--- + +**Additional context** +Add any other context or screenshots about the feature request here. + +# Feature Request or Enhancement +## Basic Information + +Teacher name: +Teacher email: + +## Qualitative Description + +Description of the request: +Description of why this would be helpful: +Is the feature related to a problem? Please describe? + +- Is this an internal or external request?: +- Who is requesting this change? (team, teacher, admin): +- What is the being requested?: +- Does this relate to an existing tool on the site?: +- Have you or another team member heard this request before?: + +**Screenshots:** + +## Past Issues + +Have you or another team member encountered this bug before?: + +If so, who reported the previous instance of this bug?: + +Any quote from teacher describing issue (can copy paste from discussion):