71 lines
1.8 KiB
YAML
71 lines
1.8 KiB
YAML
|
name: Bug Report
|
||
|
about: File a bug report
|
||
|
title: "[Bug]: "
|
||
|
labels:
|
||
|
- type/bug
|
||
|
- status/1-needs-information
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this bug report!
|
||
|
- type: dropdown
|
||
|
id: browsers
|
||
|
attributes:
|
||
|
label: Browser
|
||
|
multiple: true
|
||
|
options:
|
||
|
- Firefox
|
||
|
- Chrome
|
||
|
- Safari
|
||
|
- type: input
|
||
|
id: browser-versions
|
||
|
attributes:
|
||
|
label: Browser Versions
|
||
|
description: "pattern: firefox-100.0, chrome-100.0, safari-100.0"
|
||
|
placeholder: "firefox-100.0,chrome-100.0,safari-100.0"
|
||
|
validations:
|
||
|
required: true
|
||
|
regex: "/((firefox|chrome|safari)-\d+\.\d+(, )?)+/"
|
||
|
- type: input
|
||
|
id: bug-location
|
||
|
attributes:
|
||
|
label: Bug Location
|
||
|
description: "Where did the Bug occur? "
|
||
|
placeholder: "page name"
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: description
|
||
|
attributes:
|
||
|
label: Description
|
||
|
description: A Short an Simple description of the Bug
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: reproduction
|
||
|
attributes:
|
||
|
label: Reproduction
|
||
|
description: A Bullet list of Steps to reproduce the Bug
|
||
|
value: "- Step 1"
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
id: version
|
||
|
attributes:
|
||
|
label: Version
|
||
|
description: What version of our software are you running?
|
||
|
options:
|
||
|
- 1.0.2 (Default)
|
||
|
- 1.0.3 (Edge)
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: checkboxes
|
||
|
id: terms
|
||
|
attributes:
|
||
|
label: Code of Conduct
|
||
|
description: By submitting this bug, you agree to follow our [Code of Conduct](https://git.euph.dev/Euph/Code_of_Conduct)
|
||
|
options:
|
||
|
- label: I agree to follow this project's Code of Conduct
|
||
|
required: true
|