|
| 1 | +name: 📦 Mod Request |
| 2 | +description: Suggest a mod to add to the modpack |
| 3 | +title: "[Mod Request] " |
| 4 | +labels: ["type: mod change"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thank you for the mod suggestion. Please fill out the information below to help us evaluate whether this mod should be added to the modpack. |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + id: checklist |
| 15 | + attributes: |
| 16 | + label: Checklist |
| 17 | + description: Please confirm the following before submitting |
| 18 | + options: |
| 19 | + - label: I have searched the existing issues and confirmed this mod has not already been requested |
| 20 | + required: true |
| 21 | + - label: I have confirmed that this mod supports the Minecraft version and mod loader used by the modpack |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: input |
| 25 | + id: mod-name |
| 26 | + attributes: |
| 27 | + label: Mod Name |
| 28 | + description: The name of the mod you would like to add |
| 29 | + placeholder: "e.g. JourneyMap" |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | + - type: input |
| 34 | + id: mod-link |
| 35 | + attributes: |
| 36 | + label: Mod Link |
| 37 | + description: The official link for this mod |
| 38 | + placeholder: "https://www.curseforge.com/minecraft/mc-mods/..." |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: mod-reason |
| 44 | + attributes: |
| 45 | + label: Why Add This Mod? |
| 46 | + description: What does this mod do, and why would it be a good fit for the modpack? |
| 47 | + placeholder: This mod would be a good fit for the modpack because... |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: testing-notes |
| 53 | + attributes: |
| 54 | + label: Testing Notes |
| 55 | + description: Have you tested this mod already? If so, what did you find? |
| 56 | + placeholder: | |
| 57 | + Test environment: |
| 58 | + Test date: |
| 59 | + Issues found: |
| 60 | + Performance impact: |
| 61 | + Interactions with other mods: |
| 62 | +
|
| 63 | + - type: textarea |
| 64 | + id: configuration-suggestions |
| 65 | + attributes: |
| 66 | + label: Configuration Suggestions |
| 67 | + description: If this mod is added, how would you recommend configuring it for the modpack? |
| 68 | + placeholder: | |
| 69 | + Suggested configuration adjustments: |
| 70 | + - Disable certain features to avoid conflicts |
| 71 | + - Adjust spawn rates |
| 72 | + - Modify recipes for balance |
| 73 | +
|
| 74 | + - type: textarea |
| 75 | + id: additional-info |
| 76 | + attributes: |
| 77 | + label: Additional Information |
| 78 | + description: Any other information that would help us evaluate this mod |
| 79 | + placeholder: | |
| 80 | + - Update frequency |
| 81 | + - Community feedback |
| 82 | + - Known issues |
| 83 | + - Special considerations |
0 commit comments