Adds bug report form

This commit is contained in:
Steve Ruiz 2021-07-13 20:37:34 +01:00
parent 70c8c84790
commit c301f1fe6f
2 changed files with 28 additions and 5 deletions

View file

@ -1,5 +0,0 @@
name: Bug Report
about: Writing and other documentation.
title: '[Bug] Bug description'
labels: bug
assignees: ''

28
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View file

@ -0,0 +1,28 @@
name: Bug Report
description: File a bug report
title: '[Bug]: '
labels: [bug, triage]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: 'A bug happened!'
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge