docs: Update issue templates (#73)

This commit is contained in:
Kroese 2024-05-16 00:44:13 +02:00 committed by GitHub
parent b994db1653
commit 6e4b7794c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@ description: When you're experiencing problems using the container
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if a solution already exists for your issue.
label: Is there no existing issue for this?
description: Please search to see if no solution was already provided before.
options:
- label: I have searched the existing issues
required: true

View file

@ -5,8 +5,8 @@ labels: ["enhancement"]
body:
- type: checkboxes
attributes:
label: Is there an existing feature request for this?
description: Please search to see if the feature request already exists.
label: Is there no existing feature request for this?
description: Please search to see if the feature was not already requested before.
options:
- label: I have searched the existing feature requests
required: true

View file

@ -5,8 +5,8 @@ labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Is there an existing bug report for this?
description: Please search to see if a report already exists for the bug you encountered.
label: Is there no existing bug report for this?
description: Please search to see if the bug was not already reported before.
options:
- label: I have searched the existing bug reports
required: true