mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-15 16:45:17 +00:00
actions: Add Up for grab checkbox to issue templates. (#1074)
This commit is contained in:
parent
b2ba6d9261
commit
72ed3ce2d1
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -71,3 +71,10 @@ body:
|
||||
description: Anything else you'd like to include?
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Self grab
|
||||
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
|
||||
options:
|
||||
- label: I'm ready to work on this issue!
|
||||
required: false
|
7
.github/ISSUE_TEMPLATE/new_feature.yml
vendored
7
.github/ISSUE_TEMPLATE/new_feature.yml
vendored
@ -36,3 +36,10 @@ body:
|
||||
description: Anything else you'd like to include?
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Self grab
|
||||
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
|
||||
options:
|
||||
- label: I'm ready to work on this issue!
|
||||
required: false
|
Loading…
Reference in New Issue
Block a user