diff --git a/.github/ISSUE_TEMPLATE/mod-conflict.md b/.github/ISSUE_TEMPLATE/mod-conflict.md new file mode 100644 index 0000000..e9e41c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mod-conflict.md @@ -0,0 +1,36 @@ +--- +name: Mod conflict +about: Report an issue with another mod loaded +title: " Conflict" +labels: mod-compatibility +assignees: '' + +--- + +**Mod Info (fill out the following information)** +- Mod name: [e.g. Create mod] +- Mod version: [e.g. 0.5.0 for 1.19.3] + +**Describe the problem** +A clear and concise description of what the problem with the mod is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Minecraft Info (please complete the following information):** + - OS: [e.g. Windows 11] + - Minecraft Version: [e.g. 22w05a] + - Controlify Version: [e.g. 0.1.0+1.19.4] + +**Additional context** +Add any other context about the problem here.