diff --git a/.github/bug-report.md b/.github/bug-report.md new file mode 100644 index 0000000000000000000000000000000000000000..3d7891a6652f6c95db3f9da9c02a2ccc5bb86daf --- /dev/null +++ b/.github/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[bug] " +labels: "" +assignees: "" +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Information** +This is required. Issues without this critical information will be closed. + +Versions - Look in your `package.json` for this information: +react-sortable = ^x.x.x +react = ^x.x.x + +**Additional context** +Add any other context about the problem here. + +Please provide examples, screenshots or a code sandbox for faster resolution times. diff --git a/.github/custom-template.md b/.github/custom-template.md new file mode 100644 index 0000000000000000000000000000000000000000..15257d99bb30fa5a7e09f932d12309d05fb9d9f5 --- /dev/null +++ b/.github/custom-template.md @@ -0,0 +1,7 @@ +--- +name: Custom issue template +about: Not a feature request or a bug report. Usually questions, queries or concerns +title: "" +labels: "" +assignees: "" +--- diff --git a/.github/feature-request.md b/.github/feature-request.md new file mode 100644 index 0000000000000000000000000000000000000000..718170cdcdc424fb803f2a65c4e8987be1e8f9d0 --- /dev/null +++ b/.github/feature-request.md @@ -0,0 +1,19 @@ +--- +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.