QUESTION.yml 505 B

12345678910111213141516
  1. name: "? Question"
  2. description: General questions about the container
  3. title: "[Question]: "
  4. labels: ["question"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Please do not use this form for technical issues, and make sure to check the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) first!
  10. - type: textarea
  11. id: question
  12. attributes:
  13. label: Question
  14. description: What's the question you have about the container?
  15. validations:
  16. required: true