Welcome to the KOOM project and report Issues or pull requests.
We use GitHub issues to track public bugs and feature requests.
Please search the existing issues to see if any similar issue or feature request has already been filed. You should make sure your issue isn't redundant.
If you open an issue, the more information the better. Such as detailed description, screenshot or video of your problem, logcat or code blocks for your crash.
Welcome your pull request.
There are two main branches:
-
master
branch- It's the latest (pre-)release branch. We use
master
for tags. - Please do NOT submit any PR on
master
branch.
- It's the latest (pre-)release branch. We use
-
dev
branch- It's our stable developing branch.
- Please always submit PR on
dev
branch.
Please make sure the following is done when submitting a pull request:
- Fork the repo and create your branch from
dev
. - Add the copyright notice to the top of any new files you've added.
- Try your best to test your code.
- Squash all of your commits into one meaningful commit.
- 2 spaces for indentation rather than tabs.
- Follow the C code style already in place.
By contributing to KOOM, you agree that your contributions will be licensed under its Apache LICENSE.