Github: Add Up for grab checkbox to issue templates.

This commit is contained in:
Taha Ghadirian 2024-01-17 18:14:54 +00:00
parent b2ba6d9261
commit 95e9394a82
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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