Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-02-15 16:58:11 +0300
committergreta <gretadoci@gmail.com>2022-02-16 16:39:39 +0300
commit89532d98c8192d7c4cfebfa7dfc556a9b8756fa4 (patch)
tree5617d95a7790e847b654076badd12726c82f1f37 /.github
parentb20a03b0902a308632233f60bc86fcb7b8086ec8 (diff)
Migrate feature request form
Signed-off-by: greta <gretadoci@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md16
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml28
2 files changed, 28 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 6c324f3d8..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-name: "\U0001F680 Feature Request"
-about: You have a neat idea that should be implemented?
-title: ''
-labels: enhancement, 0. to triage
-assignees: ''
-
----
-
-### Feature Request
-
-<!-- Fill in the relevant information below to help triage your issue. -->
-
-#### Summary
-
-<!-- Provide a summary of the feature you would like to see implemented. -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 000000000..dc0b98d00
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,28 @@
+name: "Feature request"
+description: "You have a neat idea that should be implemented?"
+labels: ["enhancement", "0. to triage"]
+body:
+ - type: textarea
+ id: description-problem
+ attributes:
+ label: Is your feature request related to a problem? Please describe.
+ description: |
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+ - type: textarea
+ id: description-solution
+ attributes:
+ label: Describe the solution you'd like
+ description: |
+ A clear and concise description of what you want to happen.
+ - type: textarea
+ id: description-alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: |
+ A clear and concise description of any alternative solutions or features you've considered.
+ - type: textarea
+ id: additional-context
+ attributes:
+ label: Additional context
+ description: |
+ Add any other context or screenshots about the feature request here.