feature_request.yml 938 B

1234567891011121314151617181920212223242526272829303132333435
  1. name: Feature request
  2. description: Suggest a new idea for this project
  3. labels: ["Feature request"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. This is a template to help you report good issues. You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.
  9. - type: textarea
  10. id: feature-request
  11. attributes:
  12. label: Feature Request
  13. description: Short description
  14. validations:
  15. required: true
  16. - type: textarea
  17. id: use-case
  18. attributes:
  19. label: Use case
  20. description: Verbose description
  21. - type: textarea
  22. id: suggested-implementation
  23. attributes:
  24. label: Suggested implementation
  25. description: Verbose description
  26. - type: textarea
  27. id: suggested-steps
  28. attributes:
  29. label: Suggested steps
  30. description: List of tasks to achieve goal