From d26561eaebf2ccb52f1389e756712be083220dbf Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 9 Apr 2020 17:38:14 +0200 Subject: [PATCH] Add issue template config for custom template selection (#272) * Fix typos * Update change_request_placeholderapi.md * Slighty better grammar * Create config.yml * Add about part * Make wiki point to PAPI wiki --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- .../ISSUE_TEMPLATE/change_request_placeholderapi.md | 2 +- .github/ISSUE_TEMPLATE/change_request_wiki.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1ed1773..1798a47 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,20 +21,20 @@ Please also make sure that you use the [latest release][Spigot] or the latest [d ### 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. diff --git a/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md b/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md index 4f21be7..b13afd9 100644 --- a/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md +++ b/.github/ISSUE_TEMPLATE/change_request_placeholderapi.md @@ -35,4 +35,4 @@ Changes to code that will affect the end-user (breaks stuff). ### Info > What is the change? > Please provide as much information (including links, images and code-snippeds) as possible. - + diff --git a/.github/ISSUE_TEMPLATE/change_request_wiki.md b/.github/ISSUE_TEMPLATE/change_request_wiki.md index 3bd1568..ef053e0 100644 --- a/.github/ISSUE_TEMPLATE/change_request_wiki.md +++ b/.github/ISSUE_TEMPLATE/change_request_wiki.md @@ -31,4 +31,4 @@ An already listed expansion/plugin has new placeholders or old ones have changed ### Info > 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) - + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..83229ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: HelpChat Discord + url: https://discord.gg/helpchat + about: Please join our Discord for faster support. + - name: Wiki + url: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki + about: The Wiki of PlaceholderAPI. + - name: Hastebin + url: https://paste.helpch.at + about: Use our Hastebin-site for sharing errors and configuration files.