aboutsummaryrefslogtreecommitdiffstats
path: root/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md')
-rw-r--r--library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md b/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md
new file mode 100644
index 000000000..14e2a2239
--- /dev/null
+++ b/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md
@@ -0,0 +1,48 @@
+---
+name: Custom issue template
+about: Not a feature request or a bug report. Usually questions, queries or concerns
+title: ""
+labels: ""
+assignees: ""
+---
+
+**Custom**
+
+<!--
+
+PLEASE READ BEFORE POSTING YOUR ISSUE!
+
+If your issue is related to a framework or @types/sortablejs,
+please post an issue on it's relevant repository instead:
+
+- Angular
+ - 2.0+: https://github.com/SortableJS/angular-sortablejs/issues
+ - legacy: https://github.com/SortableJS/angular-legacy-sortablejs/issues
+- React
+ - ES2015+: https://github.com/SortableJS/react-sortablejs/issues
+ - mixin: https://github.com/SortableJS/react-mixin-sortablejs/issues
+- Polymer: https://github.com/SortableJS/polymer-sortablejs/issues
+- Knockout: https://github.com/SortableJS/knockout-sortablejs/issues
+- Meteor: https://github.com/SortableJS/meteor-sortablejs/issues
+
+
+If it is a bug found from using one of these, please link to the related issue.
+
+-->
+
+**Reproduction**
+codesandbox: <your_url_here>
+
+<!--
+
+Providing a codesandbox really helps us understand your issue.
+Bugs with codesandboxes attached are likely to be resolved more quickly than others.
+
+Once you've created a public codesandbox, please paste a link in here
+
+Here are some templates to get you started.
+
+- Javascript: https://codesandbox.io/s/sortablejs-javascript-jy3tl?file=/src/index.js
+- Typescript: https://codesandbox.io/s/sortablejs-typescript-6it9n?file=/src/index.ts
+
+-->