CONTRIBUTING.md
March 4, 2020 ยท View on GitHub
Translations
Please don't create pull requests for translations, instead, use SAI's Crowdin. Shoot me a message there to add a new language to target languages.
Reporting bugs
Open an issue and describe the bug including steps to reproduce it.
Please don't report installer errors as bugs unless you're fairly sure it is a bug, because most of those are actual device/ROM/archive related errors and not bugs.
Suggesting features
Open an issue describing the feature you want and your reasoning for it.
Code
Fork SAI's repo, include your changes and create a pull request.
Please consider the following:
- You should describe what your changes do in the pull request description.
- SAI uses MVVM architecture (well, for the most part), so, make sure your code works with it.
- You should format your code with Android Studio's reformat code feature with only the "Optimize imports" options checked before committing it.