add .github templates

This commit is contained in:
ivonGwy 2023-10-25 15:13:44 +08:00
parent 265110b431
commit f47a66d2cd
2 changed files with 34 additions and 34 deletions

View File

@ -25,36 +25,36 @@ body:
options: options:
- UI - UI
- API - API
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
label: What happened? label: What happened?
description: Also tell us, what did you expect to happen? description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see! placeholder: Tell us what you see!
value: "A bug happened!" value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: version id: version
attributes: attributes:
label: Version label: Version
description: What version of our software are you running? description: What version of our software are you running?
default: 2.3.5 default: 2.3.5
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: browsers id: browsers
attributes: attributes:
label: What browsers are you seeing the problem on? label: What browsers are you seeing the problem on?
multiple: true multiple: true
options: options:
- Firefox - Firefox
- Chrome - Chrome
- Safari - Safari
- Microsoft Edge - Microsoft Edge
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant log output label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell render: shell

View File

@ -39,6 +39,6 @@ body:
attributes: attributes:
label: Version label: Version
description: What version of our software are you running? description: What version of our software are you running?
default: 2.3.5 value: "2.3.5"
validations: validations:
required: true required: true