03_help_question.yml (703B)
1 name: Help & Questions 2 description: Ask a question or get help 3 labels: [question] 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 Before you hit the submit button: 9 * Please see our [Contribution Guidelines](https://github.com/asmjit/asmjit/blob/master/CONTRIBUTING.md). 10 * [Gitter Chat](https://app.gitter.im/#/room/#asmjit:gitter.im) is usually faster to get answers. 11 * If you need a help, please include as much information as possible to make it clear what the intend is. 12 - type: textarea 13 id: issue-description 14 attributes: 15 label: Details 16 description: The description of the problem or question. 17 validations: 18 required: true