Merge remote-tracking branch 'origin/master'

This commit is contained in:
Docile-Alligator 2022-11-14 15:08:14 +11:00
commit 746ebc848c

View File

@ -1,11 +1,13 @@
name: Bug Report name: Bug Report
description: Create a report to help us improve existing features description: Create a report to help us improve existing features
labels: ['type: possible bug'] labels: ['type: possible bug']
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Thanks for taking the time to fill out this bug report!
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:
@ -17,6 +19,7 @@ body:
required: true required: true
- label: If the bug only occurs with a certain link, post, image..., I will include the URL. - label: If the bug only occurs with a certain link, post, image..., I will include the URL.
required: true required: true
- type: input - type: input
id: version id: version
attributes: attributes:
@ -25,6 +28,7 @@ body:
placeholder: x.y.z placeholder: x.y.z
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: source id: source
attributes: attributes:
@ -36,6 +40,7 @@ body:
- Other - Other
validations: validations:
required: true required: true
- type: input - type: input
id: android_version id: android_version
attributes: attributes:
@ -43,6 +48,7 @@ body:
description: Please mention if you are using a custom rom! description: Please mention if you are using a custom rom!
validations: validations:
required: true required: true
- type: input - type: input
id: device id: device
attributes: attributes:
@ -52,16 +58,22 @@ body:
attributes: attributes:
label: First occurred label: First occurred
placeholder: about x days/weeks ago placeholder: about x days/weeks ago
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Do not forget to always add example posts, links, markdown...
placeholder: | placeholder: |
1. This 1. This
2. Then that 2. Then that
3. Then this 3. Then this
4. Etc. 4. Etc.
- type: textarea
id: links
attributes:
label: Example post, link, markdown...
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes: