mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Create feature_request.yaml
This commit is contained in:
committed by
GitHub
parent
2b4c3d4df1
commit
699e6f3be6
16
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user