FEATURE-REQUEST.yml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. name: Feature
  2. description: Suggest a new idea or change
  3. title: "[Feature] "
  4. labels: [feature]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Is there a feature or change that you think would make Hestia Control Panel work better for you? Send us your ideas and our development team will take them into consideration.
  10. Before submitting a new idea, look at the **[current feature requests list](https://github.com/hestiacp/hestiacp/labels/feature)** to see if it has already been requested.
  11. - type: textarea
  12. id: request
  13. attributes:
  14. label: Describe the feature or change in detail
  15. validations:
  16. required: true
  17. - type: dropdown
  18. id: priority
  19. attributes:
  20. label: Would you like to sponsor this feature to have it implemented?
  21. description: While there is no obligation, our development team has a limited number of resources and time available and a financial contribution would help prioritize your request.
  22. options:
  23. - "Yes"
  24. - "No"
  25. validations:
  26. required: true
  27. - type: markdown
  28. attributes:
  29. value: |
  30. **Thank you** for taking the time to send us your request, we appreciate your contribution.