doc(template): feature request

This commit is contained in:
steven-omaha
2024-04-03 12:32:36 +02:00
parent 7b21120144
commit 313493c0f4
+42
View File
@@ -0,0 +1,42 @@
name: Feature request
description: Request an additional feature for pacdef
title: "[Feature request]: "
labels: ["enhancement", "triage"]
body:
- type: input
id: intent
attributes:
label: In one sentence, what would the new feature allow the user to do?
validations:
required: true
- type: textarea
id: problem
attributes:
label: Describe what problem this new feature would solve.
validations:
required: true
- type: textarea
id: works
attributes:
label: How should this feature in your opinion work?
validations:
required: true
- type: checkboxes
id: implement
attributes:
label: Would you be willing to implement this? We would support you through this process.
description: Tick the box if so.
options:
- label: Yes, I would like to implement this.
- type: textarea
id: information
attributes:
label: Additional information
description: Any additional information that may be relevant.
validations:
required: false