Files
Pavel Lobashov 6c8b6cde40 Remove auto-applied label in issue template (#685)
We use label as manual indication that our team is
asked all necessaries question and correctly labeled issue, so
we mark them manually in 100% cases
2021-07-26 16:58:21 +03:00

15 lines
439 B
YAML

name: "Feature request"
description: "Use this form to suggest a feature."
body:
- type: checkboxes
attributes:
label: "This issue is unique."
options:
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea."
required: true
- type: textarea
attributes:
label: Your idea.
validations:
required: true