2.feature_request.yml 690 B

12345678910111213141516171819202122
  1. name: Feature Request
  2. description: I have a suggestion
  3. labels: [suggestion]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Please use a concise and distinct title for the issue.
  9. Consider: Could it be implemented as a 3rd party app using the REST API instead?
  10. - type: textarea
  11. attributes:
  12. label: Pitch
  13. description: Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before.
  14. validations:
  15. required: true
  16. - type: textarea
  17. attributes:
  18. label: Motivation
  19. description: Why do you think this feature is needed? Who would benefit from it?
  20. validations:
  21. required: true