feature_request.yml 1.0 KB

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