-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reupload DISCUSSION_TEMPLATE for questions about configs.
- Loading branch information
1 parent
0beffb3
commit 28c5037
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
.github/DISCUSSION_TEMPLATE/questions-about-config-custom-styles-and-templates.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Goal | ||
description: "What are you trying to achieve? Provide explanatory images if possible/needed." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Source Yaml | ||
description: "Provide the source YAML code where you started." | ||
render: yaml | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Which step did you already try? | ||
description: "Show YAML code for the attempt(s) that you already made." | ||
render: yaml | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: "Describe the problem that you encounter." | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
id: Documentation | ||
attributes: | ||
label: Read the documentation | ||
description: "Reading the documentation before asking a question saves time by providing immediate answers to common issues, helping you understand the basics and resolve problems independently. It also allows you to ask more informed, specific questions, increasing the likelihood of getting effective help." | ||
options: | ||
- label: I have read the documentation | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "<sup>[Documentation](https://github.com/Clooos/Bubble-Card?tab=readme-ov-file#table-of-contents) / [Examples](https://github.com/Clooos/Bubble-Card/discussions/categories/share-your-custom-styles-templates-and-dashboards)</sup>" | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
Thanks for completing our form and asking your question! |