From b235821e1d0880bb221e09311a453fb85f54a9c7 Mon Sep 17 00:00:00 2001 From: Jake-Pullen <88822333+Jake-Pullen@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:03:52 +0100 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/planning-feature.md | 16 +++++++++ .github/ISSUE_TEMPLATE/planning-work-item.md | 12 +++++++ 3 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/planning-feature.md create mode 100644 .github/ISSUE_TEMPLATE/planning-work-item.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /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/planning-feature.md b/.github/ISSUE_TEMPLATE/planning-feature.md new file mode 100644 index 0000000..f5b86b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/planning-feature.md @@ -0,0 +1,16 @@ +--- +name: Planning Feature +about: A Template for adding new features to the backlog +title: "[Feature] " +labels: '' +assignees: '' + +--- + +## Description + +... + +## Acceptance Criteria + +.... diff --git a/.github/ISSUE_TEMPLATE/planning-work-item.md b/.github/ISSUE_TEMPLATE/planning-work-item.md new file mode 100644 index 0000000..ae752e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/planning-work-item.md @@ -0,0 +1,12 @@ +--- +name: Planning Work Item +about: A Template for adding new Work Items to the backlog +title: "[Work Item] " +labels: '' +assignees: '' + +--- + +## Goal + +... From bf7fa673eedbf427a7f4a00ee795bf79c9c2bb2e Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sun, 1 Jun 2025 17:45:07 +0100 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20Added=20[Bug]=20to?= =?UTF-8?q?=20title=20of=20bug=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..846a9d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: '[Bug] ' labels: '' assignees: ''