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. + +---