@@ -6,8 +6,31 @@ labels: ""
6
6
assignees : " "
7
7
---
8
8
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
+
9
31
** 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. -->
11
34
12
35
** To Reproduce**
13
36
Steps to reproduce the behavior:
@@ -18,16 +41,33 @@ Steps to reproduce the behavior:
18
41
4 . See error
19
42
20
43
** 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. -->
22
46
23
47
** 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. -->
25
50
26
51
Versions - 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
29
54
30
55
** Additional context**
31
56
Add any other context about the problem here.
32
57
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