forked from Github/Axter-Stash
u
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -8,12 +8,24 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Thank you for taking the time to fill out this bug report!
|
Thank you for taking the time to fill out this bug report!
|
||||||
Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage.
|
Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage.
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature
|
id: feature
|
||||||
attributes:
|
attributes:
|
||||||
label: Please enter a clear and concise description of the bug.
|
label: Please enter a clear and concise description of the bug.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: stash_ver
|
||||||
|
attributes:
|
||||||
|
label: Stash Version: (from Settings -> About)
|
||||||
|
placeholder: e.g. v0.26.2
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/bug_report_plugin.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report_plugin.yml
vendored
@@ -8,17 +8,36 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Thank you for taking the time to fill out this bug report!
|
Thank you for taking the time to fill out this bug report!
|
||||||
Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage.
|
Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage.
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature
|
id: feature
|
||||||
attributes:
|
attributes:
|
||||||
label: Please enter a clear and concise description of the bug.
|
label: Please enter a clear and concise description of the bug.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: stash_ver
|
||||||
|
attributes:
|
||||||
|
label: Stash Version: (from Settings -> About)
|
||||||
|
placeholder: e.g. v0.26.2
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: What Operating System (OS)?
|
label: What Operating System (OS)?
|
||||||
placeholder: e.g. Windows, MacOS, Linux
|
placeholder: e.g. Windows, MacOS, Linux, iOS8.1
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: device
|
||||||
|
attributes:
|
||||||
|
label: Smartphone and tablts (please complete the following information):
|
||||||
|
placeholder: e.g. iPhone6, Galaxy Tab A9+
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
Reference in New Issue
Block a user