From 0b7972cafc1870c08aad66aa8c0ed861c1917d27 Mon Sep 17 00:00:00 2001 From: Eileen Burdekin Date: Fri, 24 May 2024 20:08:33 -0700 Subject: [PATCH 1/3] add bug report issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..be32cb56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,41 @@ +--- +name: Bug Report +about: Report a bug to help us improve Expunge Assist +title: "[BUG]" +labels: "feature: missing, priority: high, role: missing, size: missing, bug" +assignees: sydneywalcoff +--- + +### What is the bug you're reporting? + +REPLACE THIS TEXT - Describe the bug to the best of your ability. + +### Where did you find the bug? + +REPLACE THIS TEXT - Describe the location or paste a link. + +### When did you first notice this bug? + +REPLACE THIS TEXT - Date/time, your best guess is fine + +### What browser do you use? + +REPLACE THIS TEXT - Safari/Chrome/Firefox/Opera/etc + +### What kind of device did you notice this bug on? + +REPLACE THIS TEXT - ex: iPhone 11 or Windows PC + +### What operating system are you running? + +REPLACE THIS TEXT - ex: macOS Monterey + +### Do you have any screenshots or videos of the bug? + +### Action Items + +- [ ] ... to be filled out by the Dev Lead + +### Resources/Notes + +REPLACE THIS TEXT - If there is documentation or tutorials that may help with this issue, provide the link(s) here. From 7fb8bd0923f0a3d73f0059d17670c2e99fd15068 Mon Sep 17 00:00:00 2001 From: Eileen Burdekin Date: Fri, 24 May 2024 20:18:58 -0700 Subject: [PATCH 2/3] change to single quotes --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index be32cb56..5814f137 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,8 @@ --- name: Bug Report about: Report a bug to help us improve Expunge Assist -title: "[BUG]" -labels: "feature: missing, priority: high, role: missing, size: missing, bug" +title: '[BUG]' +labels: 'feature: missing, priority: high, role: missing, size: missing, bug' assignees: sydneywalcoff --- From 31c91f19f3380c9f4d9e6759854dc92fa91bf49e Mon Sep 17 00:00:00 2001 From: Eileen Burdekin Date: Wed, 29 May 2024 18:27:36 -0700 Subject: [PATCH 3/3] remove sydney as assignee, add ready for dev lead label --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5814f137..c0901464 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,8 +2,7 @@ name: Bug Report about: Report a bug to help us improve Expunge Assist title: '[BUG]' -labels: 'feature: missing, priority: high, role: missing, size: missing, bug' -assignees: sydneywalcoff +labels: 'feature: missing, priority: high, role: missing, size: missing, bug, ready for dev lead' --- ### What is the bug you're reporting?