feature_request.yml 944 B

1234567891011121314151617181920212223242526272829
  1. name: "\U0001F680 Feature request"
  2. description: Suggest an idea for this project
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. Thank you for suggesting an idea to improve Bitnami Helm charts.
  8. Please fill in as much of the following form as you're able.
  9. - type: input
  10. attributes:
  11. label: Name and Version
  12. description: Name and version of the affected chart
  13. placeholder: bitnami/wordpress 1.2.3
  14. validations:
  15. required: true
  16. - type: textarea
  17. attributes:
  18. label: What is the problem this feature will solve?
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: What is the feature you are proposing to solve the problem?
  24. description: Describe the requests. If you already have something in mind... PRs are welcome!
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: What alternatives have you considered?