-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make initial changes * update labels * remove project and status * add project * update --------- Co-authored-by: Alessio Venturini <[email protected]>
- Loading branch information
1 parent
5bcd4f4
commit abf177a
Showing
1 changed file
with
20 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,82 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: '[Bug]: ' | ||
labels: ['Bug', 'Community backlog'] | ||
labels: ['Bug', 'Community backlog', 'High priority'] | ||
projects: ONS Design System project | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
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' | ||
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' | ||
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 | ||
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' | ||
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 | ||
description: '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 | ||
- Android | ||
- 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 |