docs: Update issue templates (#73)
This commit is contained in:
parent
b994db1653
commit
6e4b7794c5
3 changed files with 6 additions and 6 deletions
4
.github/ISSUE_TEMPLATE/1-issue.yml
vendored
4
.github/ISSUE_TEMPLATE/1-issue.yml
vendored
|
@ -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
|
||||
|
|
4
.github/ISSUE_TEMPLATE/2-feature.yml
vendored
4
.github/ISSUE_TEMPLATE/2-feature.yml
vendored
|
@ -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
|
||||
|
|
4
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
4
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue