feat(forms): Add checkboxes on issue forms (#1915)

* feat(forms): Add checkboxes on issue forms

* whoops
This commit is contained in:
Stavros Kois
2022-02-21 01:18:52 +02:00
committed by GitHub
parent 2e1a7b8b88
commit d1f78f6890
3 changed files with 25 additions and 0 deletions
+10
View File
@@ -25,3 +25,13 @@ body:
Like documentation, github repo, container image, etc
validations:
required: true
- type: checkboxes
attributes:
label: I've read and agree with the following
options:
- label: I've checked all open and closed issues and my request is not there.
required: true
- label: I've checked all open and closed pull requests and my request is not there.
required: true
- label: I've checked the [website](https://truecharts.org/apps/app-requests/) and my request is not there.
required: true
+7
View File
@@ -120,3 +120,10 @@ body:
description: Add any other context about the problem here.
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: I've read and agree with the following
options:
- label: I've checked all open and closed issues and my issue is not there.
required: true
@@ -33,3 +33,11 @@ body:
description: Add any other context or screenshots about the feature request here.
validations:
required: true
- type: checkboxes
attributes:
label: I've read and agree with the following
options:
- label: I've checked all open and closed issues and my request is not there.
required: true
- label: I've checked all open and closed pull requests and my request is not there.
required: true