From 5cc65c880a1ba4edf433031f0bdb0f23f5057b11 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Tue, 28 Jul 2020 17:07:08 +0200 Subject: [PATCH] Move links down in the templates (#379) * Move links down in the templates * Add wiki option to PR template --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++++------ .../change_request_placeholderapi.md | 16 ++++++++++------ .github/ISSUE_TEMPLATE/change_request_wiki.md | 14 +++++++++----- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++--- 4 files changed, 37 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7dc4766..ddeb6e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,12 +4,6 @@ about: Report bugs of PlaceholderAPI with this template --- -[Request change (Wiki)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_wiki.md -[Request change (PlaceholderAPI)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_placeholderapi.md -[Spigot]: https://www.spigotmc.org/resources/6245/ -[Jenkins]: http://ci.extendedclip.com/job/PlaceholderAPI/ -[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues - ## Please read This template is only for reporting bugs of PlaceholderAPI! If you want to request changes to the code of PlaceholderAPI, use the [Request change (PlaceholderAPI)] template. @@ -42,3 +36,13 @@ Please also make sure that you use the [latest release][Spigot] or the latest [d ### Installed expansions > Please list all expansions that are displayed when running `/papi list` + + + + + +[Request change (Wiki)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_wiki.md +[Request change (PlaceholderAPI)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_placeholderapi.md +[Spigot]: https://www.spigotmc.org/resources/6245/ +[Jenkins]: http://ci.extendedclip.com/job/PlaceholderAPI/ +[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md b/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md index b13afd9..bd3ccf5 100644 --- a/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md +++ b/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md @@ -4,12 +4,6 @@ about: Request a update/change of the PlaceholderAPI-code --- -[Request change (Wiki)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_wiki.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 -[Pull Requests]: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls - ## Please read This template is only for requesting new functions to be added to PlaceholderAPI or for old one to be changed! Please use the [Request change (Wiki)] template to ask for additions/changes to the wiki. @@ -36,3 +30,13 @@ Changes to code that will affect the end-user (breaks stuff). > What is the change? > Please provide as much information (including links, images and code-snippeds) as possible. + + + + + +[Request change (Wiki)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_wiki.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 +[Pull Requests]: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/change_request_wiki.md b/.github/ISSUE_TEMPLATE/change_request_wiki.md index ef053e0..cc5ed35 100644 --- a/.github/ISSUE_TEMPLATE/change_request_wiki.md +++ b/.github/ISSUE_TEMPLATE/change_request_wiki.md @@ -4,11 +4,6 @@ about: Request a update/change of a wiki-page --- -[Request change (PlaceholderAPI)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_placeholderapi.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 - ## Please read This template is only for requesting new information to be added to the wiki or for updating of already existing information! Please use the [Request change (PlaceholderAPI)] template to ask for additions/changes to the plugin PlaceholderAPI. @@ -32,3 +27,12 @@ An already listed expansion/plugin has new placeholders or old ones have changed > Please provide any information that is useful including links and images. > For plugins/expansion providing new placeholders or updating old ones, provide the placeholders (that have changed) + + + + + +[Request change (PlaceholderAPI)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_placeholderapi.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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3eacdf8..f0bd977 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,3 @@ -[Pull requests]: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls -[contributing file]: https://github.com/PlaceholderAPI/PlaceholderAPI/tree/master/.github/CONTRIBUTING.md - ## Please read Please make sure you checked the following: - You checked the [Pull requests] page for any upcoming changes. @@ -13,8 +10,16 @@ Please make sure you checked the following: --> - [ ] Internal change (Doesn't affect end-user). - [ ] External change (Does affect end-user). +- [ ] Wiki (Changes towards the [Wiki]). - [ ] Other: __________ ### Description > Provide additional information if needed. + + + + +[Pull requests]: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls +[contributing file]: https://github.com/PlaceholderAPI/PlaceholderAPI/tree/master/.github/CONTRIBUTING.md +[Wiki]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki