QUESTION.yml 508 B

1234567891011121314151617
  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. Have a question about Windows for Docker?
  10. Please make sure to check the [FAQ](https://github.com/dockur/windows/blob/master/readme.md) first!
  11. - type: textarea
  12. id: question
  13. attributes:
  14. label: Question
  15. description: What's the question you have about the container?
  16. validations:
  17. required: true