mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
19 lines
786 B
YAML
19 lines
786 B
YAML
---
|
|
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.
|
|
|
|
Consider [sponsoring Dokku](https://github.com/sponsors/dokku). Sponsorship goes directly to supporting activities such as implementing new features and upgrading existing functionality.
|
|
- 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
|