Skip to content

Commit a4b8846

Browse files
authored
Merge pull request #1793 from waynevanson/master
creates new github issue templates
2 parents c36f49b + 2f2d880 commit a4b8846

File tree

4 files changed

+162
-24
lines changed

4 files changed

+162
-24
lines changed

.github/bug-report.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[bug] "
5+
labels: ""
6+
assignees: ""
7+
---
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+
31+
**Describe the bug**
32+
33+
<!-- A clear and concise description of what the bug is. -->
34+
35+
**To Reproduce**
36+
Steps to reproduce the behavior:
37+
38+
1. Go to '...'
39+
2. Click on '....'
40+
3. Scroll down to '....'
41+
4. See error
42+
43+
**Expected behavior**
44+
45+
<!-- A clear and concise description of what you expected to happen. -->
46+
47+
**Information**
48+
49+
<!-- This is required. Issues without this critical information will be closed. -->
50+
51+
Versions - Look in your `package.json` for this information:
52+
sortablejs = ^x.x.x
53+
@types/sortablejs = ^x.x.x
54+
55+
**Additional context**
56+
Add any other context about the problem here.
57+
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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Custom issue template
3+
about: Not a feature request or a bug report. Usually questions, queries or concerns
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[feature] "
5+
labels: ""
6+
assignees: ""
7+
---
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+
31+
**Is your feature request related to a problem? Please describe.**
32+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
33+
34+
**Describe the solution you'd like**
35+
A clear and concise description of what you want to happen.
36+
37+
**Describe alternatives you've considered**
38+
A clear and concise description of any alternative solutions or features you've considered.
39+
40+
**Additional context**
41+
Add any other context or screenshots about the feature request here.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)