diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d4407a32..68fba94d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,33 +1,39 @@ --- name: Bug report about: Report a problem -title: '' +title: "" labels: pending review assignees: Azgaar - --- - **Describe the bug** + **Steps to reproduce** + + 1. Click on ... 2. Type ... 3. See the ... **Expected behavior** + **.map file** + **Screenshots** + **System** + - - Version: ... - - Browser: ... - - OS: ... + +- Version: ... +- Browser: ... +- OS: ... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 29ab55e2..04a89b1d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,14 @@ --- name: Feature request about: Suggest an idea -title: '' +title: "" labels: pending review assignees: Azgaar - --- <-- BEFORE CREATING PLEASE CHECK THE TO-DO LIST--> <-- https://trello.com/b/7x832DG4/fantasy-map-generator ->> + **Problem** <-- Is your feature request related to a problem? Please describe. Ex.: I'm always frustrated when ... --> diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 641ad1fa..514f70b5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,23 +1,3 @@ # Description - -# Type of change - - - -- [ ] Bug fix -- [ ] New feature -- [ ] Refactoring / style -- [ ] Documentation update / chore -- [ ] Other (please describe) - -# Versioning - - - -- [ ] Version is updated -- [ ] Changed files hash is updated diff --git a/public/modules/ui/options.js b/public/modules/ui/options.js index 9ff4afe9..07d77cb0 100644 --- a/public/modules/ui/options.js +++ b/public/modules/ui/options.js @@ -1184,5 +1184,3 @@ function toggle3dOptions() { ThreeD.setResolution(this.value); } } - -// this is a test change