From 914249cc49a29715bfc3220cfe8fc3db5423a902 Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:51:46 -0500 Subject: [PATCH] finally finally finish issue templates --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5600bec..3e88466 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -29,7 +29,7 @@ body: - type: dropdown attributes: label: Server Software - description: What type of server are you running RTW on? + description: What type of server are you running RealTimeWeather on? options: - Bukkit - Paper diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index aeb90dd..9fa4b1d 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -6,9 +6,9 @@ body: attributes: label: Is there already a request similar to this? description: Check the [other feature requests](https://github.com/Jack1424/RealTimeWeather/issues?q=label%3Aenhancement+) and ensure that this hasn't been requested yet - options: - - label: There are and have never been any feature requests similar to this - required: true + options: + - label: There are and have never been any feature requests similar to this + required: true - type: textarea attributes: