From 0875eb4ee5883619627a12b8597d0dea9707603f Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 14:29:15 +0000 Subject: [PATCH 1/2] Add .github/issue_template/bug.md Added bug template --- .github/issue_template/bug.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/issue_template/bug.md diff --git a/.github/issue_template/bug.md b/.github/issue_template/bug.md new file mode 100644 index 0000000..49ca848 --- /dev/null +++ b/.github/issue_template/bug.md @@ -0,0 +1,34 @@ +# Bug Report + +I tried to ... + +But instead ... + +## Steps to Reproduce +1. +2. +3. + +## Logs +``` + +``` + +## Screenshots + + +## Tasks + - [ ] Vetted by business + - [ ] Prioritized & approved by PO + - [ ] Refined + - [ ] Assigned an Epic + - [ ] Broken down into dev tasks + - [ ] Estimated wieght + - [ ] Adjusted labels + - Scope? + - Requires QA testing? `QA` + - Added `Workflow::Ready` + - Remove `Refine` + + +/relabel ~"Refine" ~"Type::Bug" From 1bed932cf43b05e4a4a6be24ba929caa8b65f9dd Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 14:42:52 +0000 Subject: [PATCH 2/2] Update .github/issue_template/bug.md --- .github/issue_template/bug.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/.github/issue_template/bug.md b/.github/issue_template/bug.md index 49ca848..3740d10 100644 --- a/.github/issue_template/bug.md +++ b/.github/issue_template/bug.md @@ -1,3 +1,14 @@ +--- + +name: "Bug report" +about: "Encountered an issue" +ref: "develop" +labels: +- type/bug +- refine + +--- + # Bug Report I tried to ... @@ -16,19 +27,3 @@ But instead ... ## Screenshots - -## Tasks - - [ ] Vetted by business - - [ ] Prioritized & approved by PO - - [ ] Refined - - [ ] Assigned an Epic - - [ ] Broken down into dev tasks - - [ ] Estimated wieght - - [ ] Adjusted labels - - Scope? - - Requires QA testing? `QA` - - Added `Workflow::Ready` - - Remove `Refine` - - -/relabel ~"Refine" ~"Type::Bug"