Submit Issues - Convenient Solution for Bug Reports
This client-side mod adds just one command that significantly simplifies the process of submitting error reports for various mods in Minecraft.
For Modpack Creators
If you're developing a modpack, you can configure the settings to add your own issue tracker for your build. There's also an option to override the tracker for specific mods if needed. If you have any questions about configuration, seek assistance.
For Mod Developers
Developers can integrate support for this functionality by adding a "submit_issue.json" file to their mod's resources folder (assets/modid). In this file, you need to specify the URL of your issue tracker as the JSON value "issue_tracker". You can look at the implementation in Selim's Backpacks as an example.