feature_template.yaml 334 B

123456789101112131415
  1. name: "Feature"
  2. about: "For filing a feature request or idea"
  3. body:
  4. - type: textarea
  5. id: request
  6. attributes:
  7. label: What I'd like to do and why
  8. validations:
  9. required: true
  10. - type: textarea
  11. id: notes
  12. attributes:
  13. label: Other notes / implementation ideas
  14. validations:
  15. required: false