feature-request.yml 989 B

12345678910111213141516171819202122232425262728293031
  1. name: 🚀 Feature request
  2. description: Submit a proposal/request for a new llama-recipes feature
  3. body:
  4. - type: textarea
  5. id: feature-pitch
  6. attributes:
  7. label: 🚀 The feature, motivation and pitch
  8. description: >
  9. A clear and concise description of the feature proposal. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too.
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: alternatives
  14. attributes:
  15. label: Alternatives
  16. description: >
  17. A description of any alternative solutions or features you've considered, if any.
  18. - type: textarea
  19. id: additional-context
  20. attributes:
  21. label: Additional context
  22. description: >
  23. Add any other context or screenshots about the feature request.
  24. - type: markdown
  25. attributes:
  26. value: >
  27. Thanks for contributing 🎉!