500-feature-request.yml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. name: 🚀 Feature request
  2. description: Submit a proposal/request for a new Aphrodite feature
  3. title: "[Feature]: "
  4. labels: ["feature"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PygmalionAI/aphrodite-engine/issues?q=is%3Aissue+sort%3Acreated-desc+).
  10. - type: textarea
  11. attributes:
  12. label: 🚀 The feature, motivation and pitch
  13. description: >
  14. 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.
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Alternatives
  20. description: >
  21. A description of any alternative solutions or features you've considered, if any.
  22. - type: textarea
  23. attributes:
  24. label: Additional context
  25. description: >
  26. Add any other context or screenshots about the feature request.
  27. - type: markdown
  28. attributes:
  29. value: >
  30. Thanks for contributing 🎉~