bug_report.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: dropdown
  21. attributes:
  22. label: What architecture are you using?
  23. description: Choose the architecture of the host where the containers are executed
  24. options:
  25. - amd64
  26. - arm64
  27. - type: textarea
  28. attributes:
  29. label: What steps will reproduce the bug?
  30. description: Enter details about your bug.
  31. placeholder: |
  32. 1. In this environment...
  33. 2. With this config...
  34. 3. Run '...'
  35. 4. See error...
  36. validations:
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: Are you using any custom parameters or values?
  41. description: Add any parameter used via `--set` or as a `values.yaml` customization.
  42. - type: textarea
  43. attributes:
  44. label: What is the expected behavior?
  45. description: If possible please provide textual output instead of screenshots.
  46. - type: textarea
  47. attributes:
  48. label: What do you see instead?
  49. description: If possible please provide textual output instead of screenshots.
  50. validations:
  51. required: true
  52. - type: textarea
  53. attributes:
  54. label: Additional information
  55. description: Tell us anything else you think we should know.