about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE/2.feature_request.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-06-30 01:01:43 +0200
committerGitHub <noreply@github.com>2021-06-30 01:01:43 +0200
commita4c828f8e73672ee344ab234ef11b173d44e1fdb (patch)
treea5ff457e1cc681b82a95801314dac6c316d2f5b6 /.github/ISSUE_TEMPLATE/2.feature_request.yml
parentff3626269eae9c2d15af4c7f05427c2bfcb065ef (diff)
parentba8f4535e3abfbd2f4dac95572877d976b65f0dd (diff)
Merge pull request #1558 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to '.github/ISSUE_TEMPLATE/2.feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/2.feature_request.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml
new file mode 100644
index 000000000..00aad1341
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml
@@ -0,0 +1,21 @@
+name: Feature Request
+description: I have a suggestion
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Please use a concise and distinct title for the issue.
+
+        Consider: Could it be implemented as a 3rd party app using the REST API instead?
+  - type: textarea
+    attributes:
+      label: Pitch
+      description: Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before.
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Motivation
+      description: Why do you think this feature is needed? Who would benefit from it?
+    validations:
+      required: true