From 8f1d9ed5b293bf7b6d1f407d9958baf0bef264fa Mon Sep 17 00:00:00 2001 From: "Pavel Erokhin (MairwunNx)" Date: Sun, 21 Jun 2020 21:45:00 +0300 Subject: [PATCH] removed templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------- .github/PULL_REQUEST_TEMPLATE.md | 11 -------- 3 files changed, 63 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 512b4f8..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: waiting issue review -assignees: '' - ---- - -### Describe the bug -> - A clear and concise description of what the bug is. - -### Steps to reproduce the behavior -> - 1. Go to '...' -> - 2. Enter command '....' -> - 3. See error - -### Expected behavior -> - A clear and concise description of what you expected to happen. - -### Screenshots -> - If applicable, add screenshots to help explain your problem. - -### Environment information -> - Random Teleport version: [e.g. v1.0.0] -> - Project Essentials Modules version: [e.g. Cooldown - v1.0.0; Permissions - v1.0.1] -> - Minecraft / Forge version: [e.g. 1.14.4 / 28.1.0] - -### Additional context -> - Add any other context about the problem here. - -### Log files. (latest.log and debug.log file in attachment) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index a30d13f..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7ee6176..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,11 +0,0 @@ -Closes # -Addresses # - -#### What is included in this PR? - - -#### What new issues will need to be opened because of this PR? - -#### What is left to be done in the addressed issue? - -#### What problems did you encounter? \ No newline at end of file