mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Add Discussion Forms for Feature Request and Help (#156)
* created DISCUSSIONS folder and added feature request form * Added ask-for-help discussion form * Updated file formats to GH approved * Updated naming for feature request. Fixed to * Updated ISSUE_TEMPLATE to point to the discussion forms * Removed description from checkbox * Removed description from checkboxes --------- Co-authored-by: Justin Masse <justin@Justins-MacBook-Pro.local>
This commit is contained in:
7
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
7
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@@ -1,15 +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"
|
||||
description: ""
|
||||
label: "Issues are for bug reports only"
|
||||
options:
|
||||
- label: "I understand"
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user