mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-10 17:07:30 +00:00
Github: Add Up for grab checkbox to issue templates.
This commit is contained in:
parent
b2ba6d9261
commit
95e9394a82
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
|
||||
9
.github/ISSUE_TEMPLATE/new_feature.yml
vendored
9
.github/ISSUE_TEMPLATE/new_feature.yml
vendored
@ -35,4 +35,11 @@ body:
|
||||
label: Additional information
|
||||
description: Anything else you'd like to include?
|
||||
validations:
|
||||
required: false
|
||||
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