Updated ISSUE_TEMPLATE to point to the discussion forms
This commit is contained in:
parent
348ec2826e
commit
aedae908ad
2 changed files with 6 additions and 6 deletions
6
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
6
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
|
@ -1,14 +1,14 @@
|
|||
name: "❓ Ask for help"
|
||||
description: "Please go to the Discussions tab"
|
||||
description: "Please go to the Discussions tab to submit a Help Request"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please go to https://github.com/louislam/dockge/discussions
|
||||
Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help
|
||||
- type: checkboxes
|
||||
id: no-duplicate-issues
|
||||
attributes:
|
||||
label: "Please go to https://github.com/louislam/dockge/discussions, here is for bug report only"
|
||||
label: "Issues are for bug reports only"
|
||||
description: ""
|
||||
options:
|
||||
- label: "I understand"
|
||||
|
|
6
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
6
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -1,14 +1,14 @@
|
|||
name: 🚀 Feature Request
|
||||
description: "Please go to the Discussions tab"
|
||||
description: "Please go to the Discussions tab to submit a Feature Request"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please go to https://github.com/louislam/dockge/discussions
|
||||
Please go to https://github.com/louislam/dockge/discussions/new?category=feature-request
|
||||
- type: checkboxes
|
||||
id: no-duplicate-issues
|
||||
attributes:
|
||||
label: "Please go to https://github.com/louislam/dockge/discussions, here is for bug report only"
|
||||
label: "Issues are for bug reports only"
|
||||
description: ""
|
||||
options:
|
||||
- label: "I understand"
|
||||
|
|
Loading…
Add table
Reference in a new issue