bug_report.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Copyright Broadcom, Inc. All Rights Reserved.
  2. # SPDX-License-Identifier: APACHE-2.0
  3. name: 🐞 Bug
  4. description: Create a report to help us improve
  5. labels: ["tech-issues"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thank you for reporting an issue. Before you open the bug report, please review the following troubleshooting guide:
  11. - [Troubleshoot Bitnami Helm Chart Issues](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues)
  12. Please fill in as much of the following form as you're able.
  13. - type: input
  14. attributes:
  15. label: Name and Version
  16. description: Name and version of the affected chart
  17. placeholder: bitnami/wordpress 1.2.3
  18. validations:
  19. required: true
  20. - type: textarea
  21. attributes:
  22. label: What steps will reproduce the bug?
  23. description: Enter details about your bug.
  24. placeholder: |
  25. 1. In this environment...
  26. 2. With this config...
  27. 3. Run '...'
  28. 4. See error...
  29. validations:
  30. required: true
  31. - type: textarea
  32. attributes:
  33. label: Are you using any custom parameters or values?
  34. description: Add any parameter used via `--set` or as a `values.yaml` customization.
  35. - type: textarea
  36. attributes:
  37. label: What is the expected behavior?
  38. description: If possible, please provide textual output instead of screenshots.
  39. - type: textarea
  40. attributes:
  41. label: What do you see instead?
  42. description: If possible, please provide textual output instead of screenshots.
  43. validations:
  44. required: true
  45. - type: textarea
  46. attributes:
  47. label: Additional information
  48. description: Tell us anything else you think we should know.