19 lines
703 B
YAML
19 lines
703 B
YAML
name: Help & Questions
|
|
description: Ask a question or get help
|
|
labels: [question]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before you hit the submit button:
|
|
* Please see our [Contribution Guidelines](https://github.com/asmjit/asmjit/blob/master/CONTRIBUTING.md).
|
|
* [Gitter Chat](https://app.gitter.im/#/room/#asmjit:gitter.im) is usually faster to get answers.
|
|
* If you need a help, please include as much information as possible to make it clear what the intend is.
|
|
- type: textarea
|
|
id: issue-description
|
|
attributes:
|
|
label: Details
|
|
description: The description of the problem or question.
|
|
validations:
|
|
required: true
|