kuru-kuru/.github/ISSUE_TEMPLATE/bug-report.yml
Ayane Satomi d81fffbb0a feat: Added funding and issue template configuration files
Added funding configuration for Ko-fi and GitHub, and issue template configuration with a contact link to email the author.
2023-10-21 09:07:33 +00:00

23 lines
No EOL
808 B
YAML

name: Report a problem
description: Something broken? Report it here.
body:
- type: markdown
attributes:
value: |
Important to note that your issue may have already been reported before. Please check the
[issue board](https://github.com/sr229/kuru-kuru/issues) if you haven't already.
validations:
required: true
- type: textarea
attributes:
label: Bug description
description: How did you find the bug? Any additional details that might help?
validations:
required: true
- type: textarea
attributes:
label: Screenshots or videos
description: Add screenshots or videos that show the bug here.
placeholder: Drag and drop the screenshots/videos into this box.
validations:
required: false