gitmoji/.github/ISSUE_TEMPLATE/discussion.yml
Carlos Cuesta be514d1242
Update issue templates (#1115)
*  Disable blank issues, add link to contribution
*  Update `gitmoji-proposal` issue template
*  Add `bug-report` issue template
2022-08-12 16:50:31 +02:00

27 lines
1020 B
YAML

name: ⁉️ Discussion
description: Want to discuss something? Use this template
labels: [discussion]
body:
- type: markdown
attributes:
value: |
Thanks for your interest in the project and taking the time to fill out this discussion report!
- type: textarea
id: discussion-description
attributes:
label: Discussion
description: 'Explain the matter here!'
validations:
required: true
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow our [Code of Conduct](https://github.com/carloscuesta/gitmoji/blob/main/CODE_OF_CONDUCT.md)
required: true
- label: Read the [Contributing Guide](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md).
required: true
- label: Check that there isn't already an issue requesting the same feature.
required: true