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 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 library/Sortable/.github/ISSUE_TEMPLATE/bug-report.md (limited to 'library/Sortable/.github/ISSUE_TEMPLATE/bug-report.md') 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: + + -- cgit v1.2.3