template.nvim/.gitea/issue_template/bug.yml

67 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2024-07-03 19:49:38 +00:00
name: Bug Report
about: Found a bug? Tell us about it!
title: "[BUG]: "
labels:
- "type/bug"
body:
- type: markdown
attributes:
value: Thanks for taking the time to file this bug report!
- type: textarea
id: what-happend
attributes:
label: What happened?
description: Tell us about the things that did go wrong!
value: ...happened
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: please provides us with a step by step list on how to reproduce the bug.
placeholder: |
1. Step 1
1. Step 2
1. Step 3
1. Bug happens here
- type: dropdown
id: system-try
attributes:
label: "Tried Systems"
description: On which Systems did you try to reproduce this bug?
multiple: true
options:
- Linux
- BSD
- MacOS
- Windows
validations:
required: true
- type: dropdown
id: system-reproducable
attributes:
label: "Reproduicible Systems"
description: On which Systems where you able to reproduce this bug?
multiple: true
options:
- Linux
- BSD
- MacOS
- Windows
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow the Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true
visible: [form]