Add issue templates
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: "Feature Request"
|
||||
about: "Suggest a new feature or improvement"
|
||||
title: "[Feature] "
|
||||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: textarea
|
||||
id: motivation
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Why is this needed? What problem does it solve?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: proposal
|
||||
attributes:
|
||||
label: Proposal
|
||||
description: How should this work?
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Alternatives Considered
|
||||
description: Any alternative solutions or workarounds you've thought about?
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user