From 0df9eeb2cc3ed23577cc9efe20a8c0d383e05edc Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 17:04:04 +0100 Subject: [PATCH 01/10] Create feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..df22930 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: New placeholders/plugin +about: Do you have a plugin that supports and/or adds placeholders from/to PlaceholderAPI and that isn't on the wiki? Use this template! + +--- + +### Type +> What kind of request is this? (Multiple selections possible) + + + +- [ ] New expansion providing placeholders. +- [ ] New plugin providing placeholders. +- [ ] New plugin supporting PlaceholderAPI. + +### Plugin +> What is the name of the plugin/expansion? +> Provide also a link to it. + + +### Placeholders/others +> What are the new placeholders/Any additional info? + From dd6d90dbb6eb38dc68b3367db0ba8e2f444d3ba8 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 17:04:29 +0100 Subject: [PATCH 02/10] Create change_request.md --- .github/ISSUE_TEMPLATE/change_request.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/change_request.md diff --git a/.github/ISSUE_TEMPLATE/change_request.md b/.github/ISSUE_TEMPLATE/change_request.md new file mode 100644 index 0000000..bb5d9a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/change_request.md @@ -0,0 +1,24 @@ +--- +name: Request change +about: Request a update/change of a wiki-page + +--- + +### Type +> What kind of change is it? (Multiple selections possible) + + +- [ ] Placeholder(s) changed. +- [ ] New placeholder(s). +- [ ] Plugin no longer supports PlaceholderAPI and/or was deleted. + +### Plugin +> What is the name of the plugin? + + + +### What is the new value? +> Placeholder(s) changed: Type what the old and the new placeholder(s) is/are. +> New Placeholder(s): Type the new placeholder(s). +> Plugin no longer supports PlaceholderAPI: Leave this blank. + From 84a8029d7dfb7f8557d65d411d4bbe7552afb310 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 17:52:09 +0100 Subject: [PATCH 03/10] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8bbb2b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug Report +about: Found a bug with PlaceholderAPI? Report it through this form! + +--- + +[New placeholders/plugin]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=feature_request.md +[Request change]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request.md +[Spigot page]: https://www.spigotmc.org/resources/6245/ +[Jenkins page]: http://ci.extendedclip.com/job/PlaceholderAPI/ + +### Notes +This template is for **reporting a bug** and not for requesting changes to the wiki! +If you want your placeholders added or updated, use the [New placeholders/plugin] or [Request change] template. + +Also make sure, that you use the latest version of PlaceholderAPI from either the [Spigot page] or the [Jenkins page]. + +### Issue +> What is the issue? Describe it like you would tell a friend. + + + + +### Expected behaviour +> What should PlaceholderAPI do? + + + + +### Actual behaviour +> What does PlaceholderAPI actually do? + + + + +### How to reproduce +> What steps did you made, to get this bug? + +1. From 1129f3d902f47599049b91aec54a5b289f56f5e0 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 17:58:09 +0100 Subject: [PATCH 04/10] Update change_request.md --- .github/ISSUE_TEMPLATE/change_request.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/change_request.md b/.github/ISSUE_TEMPLATE/change_request.md index bb5d9a0..0c9bc75 100644 --- a/.github/ISSUE_TEMPLATE/change_request.md +++ b/.github/ISSUE_TEMPLATE/change_request.md @@ -4,6 +4,18 @@ about: Request a update/change of a wiki-page --- +[New placeholders/plugin]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=feature_request.md +[Bug report]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=bug_report.md +[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues +[wiki]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki + +### Notes +This template is for **requesting changes to the wiki** and not for reporting bugs or requesting additions for the wiki! +If you want your placeholders added, use the [New placeholders/plugin] template. +For bug reports, use the [Bug report] template. + +Also make sure, that your requested change isn't already made in the [wiki] or listed in the [issues] page. + ### Type > What kind of change is it? (Multiple selections possible) @@ -18,7 +30,7 @@ about: Request a update/change of a wiki-page ### What is the new value? -> Placeholder(s) changed: Type what the old and the new placeholder(s) is/are. -> New Placeholder(s): Type the new placeholder(s). -> Plugin no longer supports PlaceholderAPI: Leave this blank. +> **Placeholder(s) changed**: Type what the old and the new placeholder(s) is/are. +> **New Placeholder(s)**: Type the new placeholder(s). +> **Plugin no longer supports PlaceholderAPI**: Leave this blank. From 71f5e11b031b6f65fec6d9c75dddd468c5fb5439 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 17:59:00 +0100 Subject: [PATCH 05/10] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8bbb2b6..7d7a35c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,19 +20,16 @@ Also make sure, that you use the latest version of PlaceholderAPI from either th - ### Expected behaviour > What should PlaceholderAPI do? - ### Actual behaviour > What does PlaceholderAPI actually do? - ### How to reproduce > What steps did you made, to get this bug? From 4c127f325be7c9ef617b99fc82bb2af2cc2a68bd Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:02:05 +0100 Subject: [PATCH 06/10] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index df22930..0a87ba4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,18 @@ about: Do you have a plugin that supports and/or adds placeholders from/to Place --- +[Request change]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request.md +[Bug report]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=bug_report.md +[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues +[wiki]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki + +### Notes +This template is for **requesting additions for the wiki** and not for reporting bugs or requesting changes for the wiki! +If you want changes made to the wiki, use the [Request change] template. +For bug reports, use the [Bug report] template. + +Also make sure, that your requested placeholders/plugin isn't already added in the [wiki] or listed in the [issues] page. + ### Type > What kind of request is this? (Multiple selections possible) From 4d570aa5263f6d1c43dfa0fde7b76649a5c1a3b0 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:03:24 +0100 Subject: [PATCH 07/10] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7d7a35c..dff03f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,12 +8,14 @@ about: Found a bug with PlaceholderAPI? Report it through this form! [Request change]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request.md [Spigot page]: https://www.spigotmc.org/resources/6245/ [Jenkins page]: http://ci.extendedclip.com/job/PlaceholderAPI/ +[issue]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues ### Notes This template is for **reporting a bug** and not for requesting changes to the wiki! If you want your placeholders added or updated, use the [New placeholders/plugin] or [Request change] template. -Also make sure, that you use the latest version of PlaceholderAPI from either the [Spigot page] or the [Jenkins page]. +Also make sure, that you use the latest version of PlaceholderAPI from either the [Spigot page] or the [Jenkins page] and that your +issue isn't already listed in the [issue] page. ### Issue > What is the issue? Describe it like you would tell a friend. From 8f1ba895b2078467401c476c97f9dc40fed6b06d Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:08:39 +0100 Subject: [PATCH 08/10] Updating links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5eaf616..e5bf9fc 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ PlaceholderAPI has been downloaded over 100,000 times and has been used concurre ## Quick Links - [CI Server][ci] -- [Expansions Website][expansions] -- [Placeholder List][placeholder-list] +- [Expansions cloud] +- [Placeholder List] - [Spigot Page][spigot] - [Plugin Statistics][statistics] @@ -29,9 +29,9 @@ PlaceholderAPI is licensed under the __GNU GPLv3__ license. Refer to the [LICENS [issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues -[discord]: https://discord.gg/7sndK3q -[spigot]: https://www.spigotmc.org/resources/placeholderapi.6245/ +[discord]: https://helpch.at/discord +[spigot]: https://www.spigotmc.org/resources/6245/ [ci]: http://ci.extendedclip.com/job/PlaceholderAPI/ -[expansions]: https://api.extendedclip.com/all/ -[placeholder-list]: https://www.spigotmc.org/wiki/placeholderapi-placeholders/ +[Expansions cloud]: https://api.extendedclip.com/all/ +[placeholder list]: https://helpch.at/placeholders [statistics]: https://bstats.org/plugin/bukkit/PlaceholderAPI From cef0a203dc2559f449b601f15ffb3a6f21459a79 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:10:52 +0100 Subject: [PATCH 09/10] Links can be made like that --- README.md | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e5bf9fc..85660a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,26 @@ -[![PlaceholderAPI Logo](https://i.imgur.com/Ea4PURv.png)][spigot] +[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues +[licenseImg]: https://img.shields.io/github/license/PlaceholderAPI/PlaceholderAPI.svg +[license]: https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/LICENSE -[![Build Status](http://ci.extendedclip.com/buildStatus/icon?job=PlaceholderAPI)][ci] +[releaseImg]: https://img.shields.io/github/release/PlaceholderAPI/PlaceholderAPI.svg?label=github%20release +[release]: https://github.com/PlaceholderAPI/PlaceholderAPI/releases/latest + +[discord]: https://helpch.at/discord +[spigot]: https://www.spigotmc.org/resources/6245/ +[Expansions cloud]: https://api.extendedclip.com/home +[placeholder list]: https://helpch.at/placeholders +[statistics]: https://bstats.org/plugin/bukkit/PlaceholderAPI + +[ci]: http://ci.extendedclip.com/job/PlaceholderAPI/ +[ciImg]: http://ci.extendedclip.com/buildStatus/icon?job=PlaceholderAPI + +[APIversionImg]: https://img.shields.io/nexus/r/http/repo.extendedclip.com/me.clip/placeholderapi.svg?label=API-Version +[logo]: https://i.imgur.com/Ea4PURv.png + + +[![logo]][spigot] + +[![ciImg]][ci] [![releaseImg]][release] ![APIversionImg] [![licenseImg]][license] # Information [PlaceholderAPI][spigot] is a plugin for Spigot servers that allows server owners to display information from various plugins with a uniform format. @@ -22,16 +42,3 @@ PlaceholderAPI has been downloaded over 100,000 times and has been used concurre - [Placeholder List] - [Spigot Page][spigot] - [Plugin Statistics][statistics] - -## License -PlaceholderAPI is licensed under the __GNU GPLv3__ license. Refer to the [LICENSE](LICENSE) file for more information. - - - -[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues -[discord]: https://helpch.at/discord -[spigot]: https://www.spigotmc.org/resources/6245/ -[ci]: http://ci.extendedclip.com/job/PlaceholderAPI/ -[Expansions cloud]: https://api.extendedclip.com/all/ -[placeholder list]: https://helpch.at/placeholders -[statistics]: https://bstats.org/plugin/bukkit/PlaceholderAPI From 540a0952e79f15b98f6b011907b530a9b670d061 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:18:00 +0100 Subject: [PATCH 10/10] "changes being made" sounds better imo --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0a87ba4..3e2b9b9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,7 +11,7 @@ about: Do you have a plugin that supports and/or adds placeholders from/to Place ### Notes This template is for **requesting additions for the wiki** and not for reporting bugs or requesting changes for the wiki! -If you want changes made to the wiki, use the [Request change] template. +If you want changes being made to the wiki, use the [Request change] template. For bug reports, use the [Bug report] template. Also make sure, that your requested placeholders/plugin isn't already added in the [wiki] or listed in the [issues] page.