request-enhancement.yaml 1.1 KB

1234567891011121314151617181920
  1. name: Suggest enhancement or feature 🦋
  2. description: Requesting a new feature or enhancement to existing functionality
  3. title: " <add title>"
  4. labels: [ENHANCEMENT]
  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 suggested enhancement please use the discussion forum at [hue/discussions](https://github.com/cloudera/hue/discussions) or [discourse.gethue.com](https://discourse.gethue.com/)
  13. Hue is open source so if you are a developer you can also give a go at implementing the enhancement/feature yourself and create a [pull request](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md) with your code. Don't hesitate to reach out to us if you are interested but feel like you need some help getting started.
  14. - type: textarea
  15. attributes:
  16. label: Description
  17. description: A concise description of what kind of feature or enhancement you would like to see, preferably including real use case.
  18. validations:
  19. required: true