Create feature_request.yaml

This commit is contained in:
Jose Diaz-Gonzalez
2022-04-01 19:32:41 -04:00
committed by GitHub
parent 2b4c3d4df1
commit 699e6f3be6

View File

@@ -0,0 +1,16 @@
---
name: Feature Request
description: Have an idea for a new feature? Ask away!
labels: ["needs: plan", "type: enhancement"]
body:
- type: markdown
attributes:
value: |
> While pull requests are always welcome, feel free to fill this out with an idea of what you would like to happen and we can discuss if and how it should be implemented in Dokku.
- type: textarea
id: description
attributes:
label: Description of feature
description: When you perform what command or action, what do you think should happen?
validations:
required: true