4-question.yml 1.2 KB

1234567891011121314151617181920212223242526
  1. name: "\U00002753 General question"
  2. description: Questions about the container not related to an issue
  3. title: "[Question]: "
  4. labels: ["question"]
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Is your question not already answered in the FAQ?
  9. description: Please read the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) carefully to avoid asking duplicate questions.
  10. options:
  11. - label: I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md).
  12. required: true
  13. - type: checkboxes
  14. attributes:
  15. label: Is this a general question and not a technical issue?
  16. description: For questions related to issues you must use the [technical issue](https://github.com/dockur/windows/issues/new?assignees=&labels=&projects=&template=1-issue.yml) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you.
  17. options:
  18. - label: I am sure my question is not about a technical issue.
  19. required: true
  20. - type: textarea
  21. id: question
  22. attributes:
  23. label: Question
  24. description: What's the question you have about the container?
  25. validations:
  26. required: true