template.nvim/.gitea/issue_template/bug.yml
Snoweuph 0e0f888b5d
All checks were successful
Quality Check / Quality Checks (push) Successful in 2s
Add Issue templates
2024-07-03 21:49:38 +02:00

17 lines
386 B
YAML

name: Bug Report
about: Found a bug? Tell us about it!
title: "[BUG]: "
labels:
- "type/bug"
body:
- type: markdown
attributes:
values: Thanks for taking the time to file this bug report!
- type: textarea
id: what-happend
attributes:
label: What happened?
description: Tell us about it!
value: ...happened
validations:
required: true