vitess.io/vitess@v0.16.2/.github/ISSUE_TEMPLATE/question.yml (about) 1 name: Question 2 description: If you have a question, please check out our other community resources instead of opening an issue. 3 title: "Question: " 4 labels: ["Type: Question", "Needs Triage"] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here. 10 - [Vitess User Guide](https://vitess.io/user-guide/introduction/) 11 - Any other questions can be asked in the community [Slack workspace](https://vitess.io/slack) 12 13 14 - type: textarea 15 id: question 16 attributes: 17 label: Question 18 validations: 19 required: true