forked from extern/dockge
49b28d0e36
* 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>
15 lines
432 B
YAML
15 lines
432 B
YAML
name: "❓ Ask for help"
|
|
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/new?category=ask-for-help
|
|
- type: checkboxes
|
|
id: no-duplicate-issues
|
|
attributes:
|
|
label: "Issues are for bug reports only"
|
|
options:
|
|
- label: "I understand"
|
|
required: true
|