Skip to content

Commit f959618

Browse files
author
Wayne Van Son
committed
adds message with links to issue and codesandbox
1 parent 4427db5 commit f959618

File tree

3 files changed

+109
-6
lines changed

3 files changed

+109
-6
lines changed

.github/bug-report.md

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,31 @@ labels: ""
66
assignees: ""
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**
1336
Steps to reproduce the behavior:
@@ -18,16 +41,33 @@ Steps to reproduce the behavior:
1841
4. 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

2651
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
2954

3055
**Additional context**
3156
Add 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+
-->

.github/custom-template.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,44 @@ title: ""
55
labels: ""
66
assignees: ""
77
---
8+
9+
**Custom**
10+
11+
<!--
12+
13+
PLEASE READ BEFORE POSTING YOUR ISSUE!
14+
15+
If your issue is related to a framework or @types/sortablejs,
16+
please post an issue on it's relevant repository instead:
17+
18+
- Angular
19+
- 2.0+: https://github.com/SortableJS/angular-sortablejs/issues
20+
- legacy: https://github.com/SortableJS/angular-legacy-sortablejs/issues
21+
- React
22+
- ES2015+: https://github.com/SortableJS/react-sortablejs/issues
23+
- mixin: https://github.com/SortableJS/react-mixin-sortablejs/issues
24+
- Polymer: https://github.com/SortableJS/polymer-sortablejs/issues
25+
- Knockout: https://github.com/SortableJS/knockout-sortablejs/issues
26+
- Meteor: https://github.com/SortableJS/meteor-sortablejs/issues
27+
28+
29+
If it is a bug found from using one of these, please link to the related issue.
30+
31+
-->
32+
33+
**Reproduction**
34+
codesandbox: <your_url_here>
35+
36+
<!--
37+
38+
Providing a codesandbox really helps us understand your issue.
39+
Bugs with codesandboxes attached are likely to be resolved more quickly than others.
40+
41+
Once you've created a public codesandbox, please paste a link in here
42+
43+
Here are some templates to get you started.
44+
45+
- Javascript: https://codesandbox.io/s/sortablejs-javascript-jy3tl?file=/src/index.js
46+
- Typescript: https://codesandbox.io/s/sortablejs-typescript-6it9n?file=/src/index.ts
47+
48+
-->

.github/feature-request.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ labels: ""
66
assignees: ""
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
**Is your feature request related to a problem? Please describe.**
1032
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1133

0 commit comments

Comments
 (0)