]> git.openstreetmap.org Git - rails.git/blobdiff - .github/ISSUE_TEMPLATE/feature.yml
Add some issue templates and links to other repositories
[rails.git] / .github / ISSUE_TEMPLATE / feature.yml
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
new file mode 100644 (file)
index 0000000..e556dfa
--- /dev/null
@@ -0,0 +1,21 @@
+name: 'Feature, Idea, Question'
+description: You want to request a feature, share an idea or have a question.
+# title:
+# labels:
+# assignees:
+body:
+  - type: textarea
+    id: idea
+    attributes:
+      label: Description
+      description: Please describe you feature request, idea or question.
+      placeholder:
+    validations:
+      required: false
+  - type: textarea
+    attributes:
+      label: Screenshots
+      description: Please add screenshots if they can help us understand your request/idea/question.
+      placeholder:
+    validations:
+      required: false