chore: add repository templates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user