Files
flameshot/.github/ISSUE_TEMPLATE/feature-request.yaml
Mehrad Mahmoudian 12e295fe4a Bug report form (#2061)
* replaces the github bug report with new github schema form

* replaces the github feature request with new github schema form

* adds the autolabling for the Enhancement

* fixes some rendering issues and also corrected some sentences
2021-11-18 12:08:00 -06:00

21 lines
786 B
YAML

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