Welcome to the AkDanmaku 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 is only one main branch:
-
master
branch- It's the latest (pre-)release branch. We use
master
for tags. - Feature or bugfix branch pull out from
master
and merge after everything is ok.
- It's the latest (pre-)release branch. We use
Please make sure the following is done when submitting a pull request:
- Fork the repo and create your feature or bugfix branch from
master
. - 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.
We recommend to use Kotlin as the primary coding language for android project. And for Kotlin Code Style reference AOSP Kotlin Code Style except 2 spaces for indentation.
By contributing to AkDanmaku, you agree that your contributions will be licensed under its MIT LICENSE.