Skip to content

mojira/r-isa

r/isa


Mojira logo

r/isa

A Reddit bot for generating the snapshot reports posted to the subreddit based on Mojang's bug tracker Mojira.

Installation

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

Built with

This project depends on the following projects, thanks to every developer who makes their code open-source! ❤️

Contributing

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.

Found a bug in Minecraft?

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.

License

Distributed under the GNU General Public License v3.0. See LICENSE.md for more information.

Releases

No releases published

Packages

No packages published

Languages