diff --git a/.gitea/ISSUE_TEMPLATE/bug.yml b/.gitea/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..e1f356e --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,51 @@ +name: Bug Report +description: Report a bug in this project +labels: + - kind/bug + - triage +body: + - name: Bug Report + description: | + Please fill out the following sections to help us understand the bug. + If you have screenshots or code snippets, please include them. + - type: textarea + id: bug + attributes: + label: Describe the bug + description: | + A clear and concise description of what the bug is. + What did you expect to happen? What happened instead? + Include screenshots if applicable. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to reproduce + description: | + A clear and concise description of how to reproduce the bug. + Include steps, code snippets, or screenshots if applicable. + validations: + required: true + - type: textarea + id: additional-info + attributes: + label: Additional information + description: | + Add any other context or screenshots about the bug here. + - type: dropdown + id: severity + attributes: + label: Severity + description: | + Select the severity of the bug. + options: + - label: Critical + value: critical + - label: Major + value: major + - label: Minor + value: minor + validations: + required: true + \ No newline at end of file