From cddc0217724f1a7661014d50e4c940e623a0c2dc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 3 Aug 2021 07:12:35 +0000 Subject: Apps drag and drop feature --- .../Sortable/.github/ISSUE_TEMPLATE/bug-report.md | 73 ++++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/custom-template.md | 48 ++++++++++++++ .../.github/ISSUE_TEMPLATE/feature-request.md | 41 ++++++++++++ 3 files changed, 162 insertions(+) create mode 100644 library/Sortable/.github/ISSUE_TEMPLATE/bug-report.md create mode 100644 library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md create mode 100644 library/Sortable/.github/ISSUE_TEMPLATE/feature-request.md (limited to 'library/Sortable/.github') diff --git a/library/Sortable/.github/ISSUE_TEMPLATE/bug-report.md b/library/Sortable/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..53a033cfd --- /dev/null +++ b/library/Sortable/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,73 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[bug] " +labels: "" +assignees: "" +--- + + + +**Describe the bug** + + + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + + + +**Information** + + + +Versions - Look in your `package.json` for this information: +sortablejs = ^x.x.x +@types/sortablejs = ^x.x.x + +**Additional context** +Add any other context about the problem here. + +**Reproduction** +codesandbox: + + diff --git a/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md b/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md new file mode 100644 index 000000000..14e2a2239 --- /dev/null +++ b/library/Sortable/.github/ISSUE_TEMPLATE/custom-template.md @@ -0,0 +1,48 @@ +--- +name: Custom issue template +about: Not a feature request or a bug report. Usually questions, queries or concerns +title: "" +labels: "" +assignees: "" +--- + +**Custom** + + + +**Reproduction** +codesandbox: + + 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: "" +--- + + + +**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. -- cgit v1.2.3