27 lines
698 B
YAML
27 lines
698 B
YAML
# yaml-language-server: $schema=https://www.schemastore.org/gitea-issue-forms.json
|
|
name: 🐛 Bug Report
|
|
about: Report a bug in this project
|
|
title: "[BUG]: "
|
|
body:
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
placeholder: What circumstances led to the bug?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
placeholder: What did you expect would happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual-behavior
|
|
attributes:
|
|
label: Actual Behavior
|
|
placeholder: What happened, and why was it unexpected?
|
|
validations:
|
|
required: true
|