diff options
Diffstat (limited to 'library/Sortable/.github/ISSUE_TEMPLATE/feature-request.md')
-rw-r--r-- | library/Sortable/.github/ISSUE_TEMPLATE/feature-request.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/library/Sortable/.github/ISSUE_TEMPLATE/feature-request.md b/library/Sortable/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..a0bbb57d0 --- /dev/null +++ b/library/Sortable/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,41 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[feature] " +labels: "" +assignees: "" +--- + +<!-- + +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. + +--> + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. |