devilbox/.github/ISSUE_TEMPLATE/howto.yml

51 lines
2.0 KiB
YAML
Raw Normal View History

2022-04-01 03:01:50 +00:00
---
2022-04-01 03:19:42 +00:00
name: "❔ How to do ...?"
2022-04-01 03:01:50 +00:00
description: How do I do X or Y with the Devilbox?
title: "[Howto]: "
2022-04-01 03:19:42 +00:00
labels: ["question", "Community help wanted"]
2022-04-01 03:47:58 +00:00
assignees: []
2022-04-01 03:01:50 +00:00
body:
2022-04-01 03:47:58 +00:00
- type: markdown
attributes:
value: |
If this is a generic question, please consider using the [Devilbox forum](https://devilbox.discourse.group/) instead.
2022-04-01 03:01:50 +00:00
- type: checkboxes
attributes:
label: Have you already checked elsewhere?
description: You may select more than one.
options:
2022-04-01 03:47:58 +00:00
- label: I have read the [Devilbox documentation](https://devilbox.readthedocs.io/en/latest/)
- label: I have checked the [Devilbox Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/)
- label: I have checked the [Devilbox FAQ](https://devilbox.readthedocs.io/en/latest/support/faq.html)
- label: I have checked the [Devilbox Howto](https://devilbox.readthedocs.io/en/latest/support/howto.html)
- label: I have checked the [Devilbox Forum](https://devilbox.discourse.group/)
- label: I have checked [existing issues](https://github.com/cytopia/devilbox/issues)
2022-04-01 03:01:50 +00:00
- label: I have googled already with no luck
2022-04-01 04:03:53 +00:00
- label: I have not done any of the above
2022-04-01 03:47:58 +00:00
validations:
required: true
- type: textarea
attributes:
label: What are you struggling with?
description: Tell the community, what you are struggling with. Be as specific as possible to make it easier for other people to answer your question.
validations:
required: true
2022-04-01 03:01:50 +00:00
- type: textarea
attributes:
2022-04-01 03:47:58 +00:00
label: What have you tried already?
description: Add some details on what you have tried already, so this can be ruled out.
2022-04-01 03:01:50 +00:00
validations:
required: true
- type: textarea
attributes:
2022-04-01 03:47:58 +00:00
label: What is your goal?
description: Tell the community, what you want to accomplish? This might be helpful to know in order to prevent [XY problems](https://en.wikipedia.org/wiki/XY_problem).
2022-04-01 03:01:50 +00:00
validations:
required: true