diff --git a/.eslintrc.json b/.eslintrc.json index 421215dc..c36940a6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -255,11 +255,10 @@ "object": "Object", "key": "key", "value": "value", - + "ReactElement": "ReactElement", "Git": "Git", "VizalityModules": "VizalityModules", "WebpackModule": "WebpackModule", - "snowflake": "snowflake", "Collection": "Collection", "Activity": "Activity", diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5f75b03b..8d9e58e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,25 +6,20 @@ labels: 'bug, pending review' assignees: '' --- -### **Description** - +**Description** A clear and concise description of what the bug is. -### **Steps to reproduce** - +**Steps to reproduce** A description or list of steps taken to reproduce the behavior. -### **Expected behavior** - +**Expected behavior** A clear and concise description of what you expected to happen. -### **Desktop** - +**Desktop** - Operating system: [e.g., Windows 10] - Vizality revision: [You can find it in the Updater tab in your Discord settings] -### **Additional context** - +**Additional context** Add any other context, screenshots, or info about the bug here. ---- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 062d08fd..e1034d46 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,22 +7,19 @@ assignees: '' --- -### **Description** - +**Description** A clear and concise description of the feature. -### **Expected behavior** - +**Expected behavior** A clear and concise description of how you would expect it to work. -### **Additional context** - +**Additional context** Add any other context, screenshots, mockups, or info about the feature here. ---- - [ ] I have checked to make sure a similar request has not already been proposed -- [ ] I have checked to made sure this request complies with Vizality's [guidelines](https://github.com/vizality-community/guidelines) +- [ ] I have checked to made sure this request complies with Vizality's [addon guidelines](https://github.com/vizality/community/GUIDELINES.md)