From 25f20ce77925495cf8f95651e532e9c18efbc236 Mon Sep 17 00:00:00 2001 From: BONNe Date: Sun, 8 Sep 2019 20:27:11 +0300 Subject: [PATCH] Update README. Remove Issue Templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 25 ----------------- README.md | 4 +-- 3 files changed, 2 insertions(+), 61 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index da281b3..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: "Bug \U0001F4A5" -assignees: BONNe - ---- - -### Description - - - -#### Steps to reproduce the behavior: - - - - - - -#### Server / BentoBox information: - - - - - -#### Screenshots / Server log - - - - -#### Expected behavior / Additional context - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 1f599dc..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: Enhancement ✨ -assignees: '' - ---- - -### Description -#### Is your feature request related to a problem? - - - -#### Describe the solution you'd like us to implement. - - - -#### Describe alternatives you've considered. - - - -#### Additional context - - diff --git a/README.md b/README.md index 55846d4..867706e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Currently Challenges Addon is in **Beta stage**, so it may or may not contain bu Latest official **Beta Release is 0.7.5**, and you can download it from [Release tab](https://github.com/BentoBoxWorld/Challenges/releases) But it will work with BentoBox 1.5.0 only. -Latest development build will work with **BentoBox 1.7.0-SNAPSHOT**, as it contains new functionality, that is not in 1.6 release. +Latest development build will work with **BentoBox 1.7.0**, as it contains new functionality, that is not in 1.6 release. **Nightly builds** are available in [Jenkins Server](https://ci.codemc.org/job/BentoBoxWorld/job/Challenges/lastStableBuild/). Be aware that 0.8.0-SNAPSHOT stores data differently than it is in 0.7.5 and below. It will be necessary to migrate data via command "/[gamemode_admin] challenges migrate". @@ -37,7 +37,7 @@ Admins can create their own challenges or import some default challenges, which ## Compatibility -- [x] BentoBox - 1.7.0-SNAPSHOT version +- [x] BentoBox - 1.7.0 version - [x] BSkyBlock - 1.6.0 version - [x] AcidIsland - 1.6.0 version - [x] SkyGrid - 1.6.0 version