Patch Automatic Updater (#620)

* Make target folder not handled by GitHub

* Implement a PR Template

* Update PR Template

* Patch Updater Link
This commit is contained in:
Alexander Meech 2016-10-17 14:13:22 -04:00 committed by Christopher Martin
parent f94c861804
commit 2e2ec3648d
3 changed files with 12 additions and 2 deletions

9
.github/PULL_REQUEST_TEMPLATE vendored Normal file
View file

@ -0,0 +1,9 @@
Links to Appropriate Issue Reports Addressed in this Pull Request:
- One
- Two
- Three
Release Notes for this Pull Request:
- One
- Two
- Three

3
.gitignore vendored
View file

@ -227,4 +227,5 @@ test/server/world*/
test/server/*.json
test/server/*.yml
test/server/*.properties
test/server/plugins/*/
test/server/plugins/*/
target/

View file

@ -54,7 +54,7 @@ public class ProjectKorra extends JavaPlugin {
new ConfigManager();
new GeneralMethods(this);
updater = new Updater(this, "http://projectkorra.com/forum/forums/dev-builds.16/index.rss");
updater = new Updater(this, "http://projectkorra.com/forums/dev-builds.16/index.rss");
new Commands(this);
new MultiAbilityManager();
new ComboManager();