add 'Would you like to work on the issue?' input to issue templates

This commit is contained in:
Raphaël
2025-01-09 15:02:36 +01:00
parent 0fcc997d26
commit 74d4834d60
3 changed files with 25 additions and 0 deletions
+8
View File
@@ -83,3 +83,11 @@ body:
description: Add any other context about the problem here.
validations:
required: false
- type: input
attributes:
label: Would you like to work on the issue?
description: |
Please let us know if you can work on this or if the issue should be assigned to someone else.
validations:
required: true
+8
View File
@@ -64,3 +64,11 @@ body:
description: Add any other context or screenshots about the feature request here.
validations:
required: false
- type: input
attributes:
label: Would you like to work on the issue?
description: |
Please let us know if you can work on this or if the issue should be assigned to someone else.
validations:
required: true
@@ -61,3 +61,12 @@ body:
description: Provide any other information, links, or screenshots that could help illustrate the feature.
validations:
required: false
- type: input
attributes:
label: Would you like to work on the issue?
description: |
Please let us know if you can work on this or if the issue should be assigned to someone else.
validations:
required: true