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