Updated ISSUE_TEMPLATE to point to the discussion forms

This commit is contained in:
Justin Masse 2023-11-22 09:30:31 -05:00
parent 348ec2826e
commit aedae908ad
2 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"