diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..fb57da5f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve labrinth +title: '' +labels: bug +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. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..e301d68ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +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. diff --git a/components/DashboardPage.vue b/components/DashboardPage.vue deleted file mode 100644 index efce252e7..000000000 --- a/components/DashboardPage.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - - diff --git a/components/ModPage.vue b/components/ModPage.vue deleted file mode 100644 index 9cef42232..000000000 --- a/components/ModPage.vue +++ /dev/null @@ -1,685 +0,0 @@ - - - - - diff --git a/components/Popup.vue b/components/Popup.vue deleted file mode 100644 index 299b55c37..000000000 --- a/components/Popup.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - diff --git a/components/MFooter.vue b/components/layout/MFooter.vue similarity index 100% rename from components/MFooter.vue rename to components/layout/MFooter.vue diff --git a/components/Advertisement.vue b/components/ui/Advertisement.vue similarity index 100% rename from components/Advertisement.vue rename to components/ui/Advertisement.vue diff --git a/components/Categories.vue b/components/ui/Categories.vue similarity index 85% rename from components/Categories.vue rename to components/ui/Categories.vue index 6b7fc3aff..7a617ba8a 100644 --- a/components/Categories.vue +++ b/components/ui/Categories.vue @@ -60,21 +60,21 @@