From 3b664d0a895980b309ffef9655556e9bec85dbaf Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Tue, 16 Jan 2024 19:13:03 +0000 Subject: [PATCH] Add 'ISSUE_TEMPLATE/ThemePark_Issue.md' --- ISSUE_TEMPLATE/ThemePark_Issue.md | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ISSUE_TEMPLATE/ThemePark_Issue.md diff --git a/ISSUE_TEMPLATE/ThemePark_Issue.md b/ISSUE_TEMPLATE/ThemePark_Issue.md new file mode 100644 index 0000000..f68cc6f --- /dev/null +++ b/ISSUE_TEMPLATE/ThemePark_Issue.md @@ -0,0 +1,37 @@ +--- +name: "ThemePark Issue" +about: "Use this to report issues for ThemePark." +title: "[ISSUE] " +ref: "main" +labels: +- bug +- themepark + +--- + +**Description:** +Please provide a clear and concise description of the issue you are facing. + +**Steps to Reproduce:** +1. Step 1 +2. Step 2 +3. Step 3 + ... + +**Expected Behavior:** +A clear and concise description of what you expected to happen. + +**Actual Behavior:** +A clear and concise description of what actually happened. + +**Screenshots:** +If applicable, add screenshots to help explain your problem. + +**Environment:** +- Minecraft Server Version (`/version`): +- Plugin Version: + +**Additional Information:** +Any additional information that may be relevant to the issue. + +---