feat: add required checkbox to confirm issue search before submission

Adds a pre-submission checklist to both bug report and feature request
templates requiring users to confirm they have searched for existing
issues before opening a new one.
This commit is contained in:
kolaente
2026-01-27 08:54:22 +01:00
parent 28593e6460
commit d61caab168
2 changed files with 14 additions and 0 deletions

View File

@@ -17,6 +17,13 @@ body:
take a moment to check that your issue hasn't been reported before. take a moment to check that your issue hasn't been reported before.
4. Please give all relevant information below for bug reports, because 4. Please give all relevant information below for bug reports, because
incomplete details will be handled as an invalid report and closed. incomplete details will be handled as an invalid report and closed.
- type: checkboxes
id: searched
attributes:
label: Pre-submission checklist
options:
- label: I have searched for existing open or closed issue reports with the same problem.
required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes:

View File

@@ -15,6 +15,13 @@ body:
2. Please ask questions or configuration/deploy problems on our [Matrix Room](https://matrix.to/#/#vikunja:matrix.org) or forum (https://community.vikunja.io). 2. Please ask questions or configuration/deploy problems on our [Matrix Room](https://matrix.to/#/#vikunja:matrix.org) or forum (https://community.vikunja.io).
3. Make sure you are using the latest release and take a moment to check that your feature hasn't been requested before. 3. Make sure you are using the latest release and take a moment to check that your feature hasn't been requested before.
4. Please include all relevant information in the feature request to allow users to discuss this fully. 4. Please include all relevant information in the feature request to allow users to discuss this fully.
- type: checkboxes
id: searched
attributes:
label: Pre-submission checklist
options:
- label: I have searched for existing open or closed issue reports with the same feature request.
required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes: