From e1de765040c64517e5fdbd37d1407a756d4b075b Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Tue, 10 Jan 2023 14:29:59 -0500 Subject: [PATCH] [ci-skip] Update bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- paper/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5e3f150..b7f0686 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug Report] " +title: "[Bug Report]" labels: '' assignees: '' @@ -12,7 +12,7 @@ A clear and concise description of what the bug is. **Versions (please complete the following information):** - Minecraft Server Version: [e.g. 1.19] - - Plugin Version: [e.g. 1.11.6-SNAPSHOT] + - Plugin Version: [e.g. 1.2.18] *Do **NOT** say Latest use `/version crazyauctions` in the console. diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index 55f4e37..9df9071 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -48,9 +48,9 @@ tasks { //

The first release for CrazyAuctions on Modrinth! 🎉🎉🎉🎉🎉


If we want a header. changelog.set(""" -

Changes:

+

Changes:

N/A

-

Bug Fixes:

+

Bug Fixes:

N/A

""".trimIndent()) }