@@ -6,8 +6,31 @@ labels: ""
66assignees : " "
77---
88
9+ <!--
10+
11+ PLEASE READ BEFORE POSTING YOUR ISSUE!
12+
13+ If your issue is related to a framework or @types/sortablejs,
14+ please post an issue on it's relevant repository instead:
15+
16+ - Angular
17+ - 2.0+: https://github.com/SortableJS/angular-sortablejs/issues
18+ - legacy: https://github.com/SortableJS/angular-legacy-sortablejs/issues
19+ - React
20+ - ES2015+: https://github.com/SortableJS/react-sortablejs/issues
21+ - mixin: https://github.com/SortableJS/react-mixin-sortablejs/issues
22+ - Polymer: https://github.com/SortableJS/polymer-sortablejs/issues
23+ - Knockout: https://github.com/SortableJS/knockout-sortablejs/issues
24+ - Meteor: https://github.com/SortableJS/meteor-sortablejs/issues
25+
26+
27+ If it is a bug found from using one of these, please link to the related issue.
28+
29+ -->
30+
931** Describe the bug**
10- A clear and concise description of what the bug is.
32+
33+ <!-- A clear and concise description of what the bug is. -->
1134
1235** To Reproduce**
1336Steps to reproduce the behavior:
@@ -18,16 +41,33 @@ Steps to reproduce the behavior:
18414 . See error
1942
2043** Expected behavior**
21- A clear and concise description of what you expected to happen.
44+
45+ <!-- A clear and concise description of what you expected to happen. -->
2246
2347** Information**
24- This is required. Issues without this critical information will be closed.
48+
49+ <!-- This is required. Issues without this critical information will be closed. -->
2550
2651Versions - Look in your ` package.json ` for this information:
27- react-sortable = ^x.x.x
28- react = ^x.x.x
52+ sortablejs = ^x.x.x
53+ @ types/sortablejs = ^x.x.x
2954
3055** Additional context**
3156Add any other context about the problem here.
3257
33- Please provide examples, screenshots or a code sandbox for faster resolution times.
58+ ** Reproduction**
59+ codesandbox: <your_url_here>
60+
61+ <!--
62+
63+ Providing a codesandbox really helps us understand your issue.
64+ Bugs with codesandboxes attached are likely to be resolved more quickly than others.
65+
66+ Once you've created a public codesandbox, please paste a link in here
67+
68+ Here are some templates to get you started.
69+
70+ - Javascript: https://codesandbox.io/s/sortablejs-javascript-jy3tl?file=/src/index.js
71+ - Typescript: https://codesandbox.io/s/sortablejs-typescript-6it9n?file=/src/index.ts
72+
73+ -->
0 commit comments