Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 846 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 846 Bytes

Contribution

First of all, Thanks for contributing to this project!!!!

Before you contribute

Please read Code of Conduct first.

Commits

  1. English Only
  2. Start with feat: , fix: or somethings like that
  3. Each commit do ONE thing
  4. Every commit must have a valid GPG signature attached

Development

  1. Make sure your editor supports EditorConfig,otherwise you should pay attention to your encoding, row bit sequence and other things.

  2. Encode in UTF-8, with LF as the end of line sequence.

  3. Variable naming adopts camelcase.

  4. Indent with 4 spaces.

  5. Deprecated code should be deleted but not be commented.

  6. Reformat code before you commit.

  7. Except in some cases, the code header must be added

  8. At no point should you arbitrarily change build.gradle