02_feature_request.yml (666B)
1 name: Feature Request 2 description: Request a new feature or enhancement 3 labels: [enhancement] 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 * Make sure that you use a recent AsmJit (master branch) before filing a feature request. 11 - type: textarea 12 id: issue-description 13 attributes: 14 label: Issue Description 15 description: Please share a clear and concise description of a new feature or enhancement. 16 placeholder: Description 17 validations: 18 required: true