Thank you for considering contributing to GlobalQuake!
If you find a bug, have a question, or want to suggest an improvement, please open an issue on the issues page
I appreciate your feedback and will do my best to respond in a timely manner.
I recommend to contribute your enhancements and bug fixes by submitting pull requests against develop
branch:
- Fork the repository.
- Create a new branch from the
develop
branch:git checkout -b your-feature-branch develop
- Make your changes and commit them with descriptive messages.
- Push your branch to your forked repository.
- Create a pull request against the
develop
branch of the main repository.
Code style guidelines haven't been established yet, but simply following your IDE's warnings and suggestions, ideally from Intellij, is good enough.
By contributing to this project, you agree that your contributions will be licensed under the project's license(s).
If you have any questions, feel free to reach out via the issues section or by contacting me at jakubspanger1025@gmail.com. I appreciate your time and effort in contributing to GlobalQuake!