mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
Add Discussion Templates (#9254)
* Discussions Enabled and Templates * Discussions - Ideas Template
This commit is contained in:
parent
4ff3cee72e
commit
c2c0631495
2 changed files with 49 additions and 0 deletions
11
.github/DISCUSSION_TEMPLATE/help.yaml
vendored
Normal file
11
.github/DISCUSSION_TEMPLATE/help.yaml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Before asking a question, make sure it hasn't been already asked and answered. You can search our [discussions](https://github.com/samdulam/dashy/discussions) and [bug reports](https://github.com/portainer/portainer/issues) in GitHub. Also, be sure to check our [knowledge base](https://portal.portainer.io/knowledge) and [documentation](https://documentation.portainer.io/) first.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Ask a Question!
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue