This commit is contained in:
Louis Lam 2023-12-03 21:56:50 +08:00
parent 05b79ba50e
commit 0df3fee3f4
4 changed files with 10 additions and 12 deletions

View File

@ -1,5 +1,4 @@
title: "❓ Ask for help" labels: [help]
labels: [help]
body: body:
- type: checkboxes - type: checkboxes
id: no-duplicate-issues id: no-duplicate-issues

View File

@ -1,4 +1,3 @@
title: 🚀 Feature Request
labels: [feature-request] labels: [feature-request]
body: body:
- type: checkboxes - type: checkboxes
@ -52,4 +51,4 @@ body:
attributes: attributes:
label: "📝 Additional Context" label: "📝 Additional Context"
description: "Add any other context or screenshots about the feature request here." description: "Add any other context or screenshots about the feature request here."
placeholder: "..." placeholder: "..."

View File

@ -1,14 +1,14 @@
name: "❓ Ask for help" name: "⚠️ Ask for help (Please go to the \"Discussions\" tab to submit a Help Request)"
description: "Please go to the Discussions tab to submit a Help Request" description: "⚠️ Please go to the \"Discussions\" tab to submit a Help Request"
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help
- type: checkboxes - type: checkboxes
id: no-duplicate-issues id: no-duplicate-issues
attributes: attributes:
label: "Issues are for bug reports only" label: "Issues are for bug reports only, please go to the \"Discussions\" tab to submit a Feature Request"
options: options:
- label: "I understand" - label: "I understand"
required: true required: true

View File

@ -1,14 +1,14 @@
name: 🚀 Feature Request name: 🚀 Feature Request (Please go to the "Discussions" tab to submit a Feature Request)
description: "Please go to the Discussions tab to submit a Feature Request" description: "⚠️ Please go to the \"Discussions\" tab to submit a Feature Request"
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please go to https://github.com/louislam/dockge/discussions/new?category=feature-request ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ Please go to https://github.com/louislam/dockge/discussions/new?category=ask-for-help
- type: checkboxes - type: checkboxes
id: no-duplicate-issues id: no-duplicate-issues
attributes: attributes:
label: "Issues are for bug reports only" label: "Issues are for bug reports only, please go to the \"Discussions\" tab to submit a Feature Request"
options: options:
- label: "I understand" - label: "I understand"
required: true required: true