chore: add repository templates

This commit is contained in:
ginnoir
2026-06-11 17:08:21 -05:00
parent ec8f857845
commit 384bd0c549
4 changed files with 107 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
name: Bug
about: Broken behavior with reproduction steps.
title: "fix: "
labels:
- type/fix
body:
- type: textarea
id: observed
attributes:
label: Observed Behavior
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduction Steps
validations:
required: true
- type: textarea
id: verification
attributes:
label: Verification
description: Test or browser evidence that proves the fix.
validations:
required: true