file-a-bug.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: File a Bug 🐞
  2. description: Report a failure in functionality
  3. title: " <add title>"
  4. labels: [BUG]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: "## Thanks for engaging with the Hue community! &#10084;&#65039;"
  9. - type: markdown
  10. attributes:
  11. value: |
  12. If this is a question rather than a bug, e.g. if you are unsure how to configure something, please use the discussion forum at [hue/discussions](https://github.com/cloudera/hue/discussions) or [discourse.gethue.com](https://discourse.gethue.com/)
  13. Please remember that Hue is open source and our aim is to have the community contribute to the codebase. We do our best to respond in a timely fashion, but if you find a fix yourself we would love for you to become a contributor by creating a [pull request](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md) with your changes.
  14. - type: checkboxes
  15. attributes:
  16. label: Is there an existing issue for this?
  17. description: Please search to see if an issue already exists for the bug you encountered.
  18. options:
  19. - label: I have searched the existing issues
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Description
  24. description: A concise description of what you're experiencing and expecting.
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Steps To Reproduce
  30. description: Steps to reproduce the behavior, including relevant config
  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: Logs
  41. description: Please attach any relevant log files or error output
  42. validations:
  43. required: false
  44. - type: input
  45. attributes:
  46. label: Hue version
  47. description: "E.g. 'Open source release 4.11' or 'Open source current master' or 'gethue/hue:latest' or CDH 5.16' or 'CDP 1.0'"
  48. placeholder: "Open source release 4.11"
  49. validations:
  50. required: true