meta-sqlite/.gitea/ISSUE_TEMPLATE/bug_report.yml
david-swift edb78d3936
All checks were successful
SwiftLint / SwiftLint (push) Successful in 4s
Deploy Docs / publish (push) Successful in 18s
Migrate to the Aparoksha gitea instance
2024-10-07 09:14:05 +02:00

41 lines
933 B
YAML

name: Bug report
description: Something is not working as expected.
title: Description of the bug
labels: bug
body:
- type: textarea
attributes:
label: Describe the bug
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: >-
A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: >-
Add any other context about the problem here.