summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-12-02 21:02:21 +0100
committerJean-François Milants <jf@codingfield.com>2021-12-02 21:02:21 +0100
commit871a673a4656c438fc12d4c0ad61d2eacc3ca340 (patch)
treed38d6d792d50c8f8348b812398aa29a765b90425
parent67e077348c4e20b7c11701e468d89159b9473489 (diff)
Tentative : fix issue template that redirect to a blank page.
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yaml1
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index f0fb076e..6e9f6606 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -9,6 +9,7 @@ body:
*Please, before opening a bug report, check if similar issues already exist. In that case, use those issues to provide your feedback instead.*
- type: checkboxes
attributes:
+ label: Verification
options:
- label: I searched for similar bug reports and found none was relevant.
required: true
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml
index 26e4fa0f..a35bbfed 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yaml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yaml
@@ -9,6 +9,7 @@ body:
*Please, before opening a feature request, check if similar issues already exist. In that case, use those issues to provide your feedback instead.*
- type: checkboxes
attributes:
+ label: Verification
options:
- label: I searched for similar feature request and found none was relevant.
required: true