github.com/xg0n/routine@v0.0.0-20240119033701-c364deb94aee/.github/ISSUE_TEMPLATE/question.yml (about) 1 name: Questions 2 description: Create an issue for help 3 title: "[Question] <title>" 4 labels: [ "question" ] 5 body: 6 - type: markdown 7 attributes: 8 value: Thanks for taking the time to fill out this issue! 9 10 - type: checkboxes 11 attributes: 12 label: Is there an existing issue for this? 13 description: Please search to see if an issue already exists for the issue you encountered. 14 options: 15 - label: I have searched the existing issues 16 required: true 17 18 - type: textarea 19 attributes: 20 label: Question 21 description: the question you want to ask. 22 validations: 23 required: true 24 25 - type: checkboxes 26 id: terms 27 attributes: 28 label: Code of Conduct 29 description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md) 30 options: 31 - label: I agree to follow this project's Code of Conduct 32 required: true