Contribution
March 31, 2024 ยท View on GitHub
First of all, Thanks for contributing to this project!!!!
Before you contribute
Please read Code of Conduct first.
Commits
- English Only
- Start with
feat:,fix:or somethings like that - Each commit do ONE thing
- Every commit must have a valid GPG signature attached
Development
-
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.
-
Config Key should be defined in Defines.kt.
-
Variable naming adopts camelcase.
-
DO NOT USE FileLog. Use Log instead.
-
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.kts.