From bacd2f4e4e141c3c22fa0735f74b3ac97ec09474 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Fri, 2 Aug 2024 11:36:07 +0100 Subject: [PATCH 1/5] make initial changes --- .github/ISSUE_TEMPLATE/bug-report.yaml | 63 ++++++++++---------------- 1 file changed, 23 insertions(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index b7d1d2c974..7f950298fe 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report title: '[Bug]: ' -labels: ['Bug', 'Community backlog'] +labels: ['Bug', 'Community backlog', 'High priority'] assignees: [] body: - type: markdown @@ -9,64 +9,58 @@ body: value: | Thank you for taking the time to fill out this bug report - type: textarea - id: what-happened + id: describe-bug attributes: - label: What happened? + label: Describe the bug + description: 'If applicable, add screenshot(s) or examples of the bug/issue' + placeholder: 'Provide a description of the bug' validations: required: true - type: textarea - id: expected-outcome + id: expected-behaviour attributes: - label: What was the expected outcome? - validations: - required: true - - type: textarea - id: impact - attributes: - label: How is this problem impacting your service? + label: Expected behaviour / outcome + description: 'If applicable, add screenshot(s) or examples of the expected behaviour' + placeholder: 'Describe the expected outcome' validations: required: true - type: textarea id: reproduction-steps attributes: - label: What list of steps can be followed to reproduce the bug or issue? + label: List the steps necessary to reproduce the bug + placeholder: 'Step-by-step instructions to reproduce the issue' validations: required: true - type: textarea - id: example + id: additional-context attributes: - label: Example - description: Add screenshot(s) or examples of the bug or issue - placeholder: Add a file, image or link + label: Additional context + description: 'For example: describe the severity of the issue, any additional evidence, screenshots, proposed solution' + placeholder: 'Add any additional information' validations: required: false - type: input id: version attributes: label: What version of the ONS Design System are you using? - placeholder: For example, 32.2.7 + placeholder: 'For example: 32.2.7' validations: required: true - type: dropdown - id: device + id: devices attributes: - label: What devices are you seeing the problem on? + label: What device(s) are you using? options: - Desktop - Mobile - Tablet multiple: true - - type: input - id: device-details - attributes: - label: Device details - description: Here you can provide further information about the device(s) that are affected by this bug or issue. validations: - required: false + required: true - type: dropdown id: operating-system attributes: - label: What operating systems are you seeing the problem on? + label: What operating system(s) are you using? options: - Windows - macOS @@ -74,29 +68,18 @@ body: - iOS - Other multiple: true - - type: input - id: operating-system-details - attributes: - label: Operating system details - description: Here you can provide further information about the operating system(s) that are affected by this bug or issue. validations: - required: false + required: true - type: dropdown id: browsers attributes: - label: What browsers are you seeing the problem on? + label: What browser(s) are you using? options: - Firefox - Chrome - Safari - Microsoft Edge - - Microsoft Internet Explorer - Other multiple: true - - type: input - id: browsers-details - attributes: - label: Browser details - description: Here you can provide further information about the browser(s) that are affected by this bug or issue. validations: - required: false + required: true From 926f4b5c1838da8ddb4b155233eb6edf71c886f4 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Fri, 2 Aug 2024 12:07:03 +0100 Subject: [PATCH 2/5] update labels --- .github/ISSUE_TEMPLATE/bug-report.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 7f950298fe..cfe106e68a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -2,6 +2,8 @@ name: Bug Report description: File a bug report title: '[Bug]: ' labels: ['Bug', 'Community backlog', 'High priority'] +project: ONS Design System project +status: Triage assignees: [] body: - type: markdown @@ -13,7 +15,6 @@ body: attributes: label: Describe the bug description: 'If applicable, add screenshot(s) or examples of the bug/issue' - placeholder: 'Provide a description of the bug' validations: required: true - type: textarea @@ -21,14 +22,12 @@ body: attributes: label: Expected behaviour / outcome description: 'If applicable, add screenshot(s) or examples of the expected behaviour' - placeholder: 'Describe the expected outcome' validations: required: true - type: textarea id: reproduction-steps attributes: label: List the steps necessary to reproduce the bug - placeholder: 'Step-by-step instructions to reproduce the issue' validations: required: true - type: textarea @@ -36,7 +35,6 @@ body: attributes: label: Additional context description: 'For example: describe the severity of the issue, any additional evidence, screenshots, proposed solution' - placeholder: 'Add any additional information' validations: required: false - type: input From 6ee1701369608f3e084b81fc6e84609f56ac6956 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Fri, 2 Aug 2024 12:45:21 +0100 Subject: [PATCH 3/5] remove project and status --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index cfe106e68a..b7aa068420 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -2,8 +2,6 @@ name: Bug Report description: File a bug report title: '[Bug]: ' labels: ['Bug', 'Community backlog', 'High priority'] -project: ONS Design System project -status: Triage assignees: [] body: - type: markdown From 2713c90bea13de4271b90df0935a6481df26f043 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Fri, 2 Aug 2024 12:48:51 +0100 Subject: [PATCH 4/5] add project --- .github/ISSUE_TEMPLATE/bug-report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index b7aa068420..3afba7de18 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -2,6 +2,7 @@ name: Bug Report description: File a bug report title: '[Bug]: ' labels: ['Bug', 'Community backlog', 'High priority'] +projects: ONS Design System project assignees: [] body: - type: markdown From 29dae12295ed588d8eabc340b35af3dad2d0275e Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Fri, 2 Aug 2024 15:44:44 +0100 Subject: [PATCH 5/5] update --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 3afba7de18..f316cb716c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -40,7 +40,7 @@ body: id: version attributes: label: What version of the ONS Design System are you using? - placeholder: 'For example: 32.2.7' + description: 'For example: 32.2.7' validations: required: true - type: dropdown