First of all, Thanks for contributing to this project!!!!
Please read Code of Conduct first.
- English Only
- Start with
feat:
,fix:
or somethings like that - Each commit do ONE thing
- Every commit must have a valid GPG signature attached
-
Make sure your editor supports EditorConfig,otherwise you should pay attention to your encoding, row bit sequence and other things.
-
Encode in UTF-8, with LF as the end of line sequence.
-
Variable naming adopts camelcase.
-
Indent with 4 spaces.
-
Deprecated code should be deleted but not be commented.
-
Reformat code before you commit.
-
Except in some cases, the code header must be added
-
At no point should you arbitrarily change build.gradle