feature-request.yaml 786 B

1234567891011121314151617181920
  1. name: Feature Request
  2. description: Got an idea for a feature that can make Flameshot even better? Propose your suggestion here!
  3. labels: ["Enhancement"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. 1. Please write in English, this is the language all maintainers can speak and write.
  9. 2. Please only use this form to submit feature request and **not** bugs or questions.
  10. 3. Please take a moment to check that your feature hasn't already been suggested.
  11. 4. One picture worth a thousand words. If you think you can convey the message better by a drawing or pictrure, consider adding one.
  12. - type: textarea
  13. id: description
  14. attributes:
  15. label: Feature Description
  16. placeholder: |
  17. I think it would be great if ...
  18. validations:
  19. required: true