From 1e0ceeb87541c9e1298fb94055457603390bd346 Mon Sep 17 00:00:00 2001 From: Jenny Richards <163178612+JennyRichards-Flexion@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:17:07 -0700 Subject: [PATCH] Update issue templates (#323) Co-authored-by: Ethan Gardner --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/story.md | 2 +- .github/ISSUE_TEMPLATE/task.md | 16 ++++++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/task.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**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/story.md b/.github/ISSUE_TEMPLATE/story.md index 75fd9065..c3b8c804 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -4,7 +4,7 @@ about: Suggest a user story for this product title: '' labels: story assignees: '' -projects: ['GSA-TTS/17'] + --- ## Overview diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 00000000..634217ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,16 @@ +--- +name: Task +about: Non-code/non-design tasks +title: '' +labels: '' +assignees: '' + +--- + +#Title + + +#Description/Context + + +#Definition of Done