A Reddit bot for generating the snapshot reports posted to the subreddit based on Mojang's bug tracker Mojira.
If you want to tinker around with the project on your local PC, you can simply go ahead, clone the project and build it with Gradle.
git clone https://github.com/mojira/r-isa.git
./gradlew clean build
To run the bot, you need to run the following command and it will use the default configuration:
./gradlew build installDist
./build/install/r-isa/bin/r-isa
This project depends on the following projects, thanks to every developer who makes their code open-source! ❤️
You're very welcome to contribute to this project! Please note that this project uses ktlint to ensure consistent code.
It runs with ./gradlew clean build
, but you can also run it independently using ./gradlew ktlintCheck
.
Please head over to bugs.mojang.com, search whether your bug is already reported and if not, create an account and click the grey "Create" button on the top of the page.
Distributed under the GNU General Public License v3.0. See LICENSE.md
for more information.