mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
* 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
21 lines
786 B
YAML
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
|
|
|