Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.2 KB

Tools

English | 中文

A toolkit series to optimize Flutter development experience.

Specifications of Contribution

Commit message should be in lowercase and use as less punctuation as possible. The first word means the type of the change, and there's no colon after it. And the first word in the first line should follow such specification:

  • feat: add a new feature.
  • fix: fix an existing but and no feature added.
  • perf: optimize performance and no feature added.
  • test: add or update tests and no feature added.
  • docs: update documentation or comments and no feature added.
  • repo: repository management and related ci/cd settings.
  • chore: other unspecified changes.

License and Contributors

All packages inside this monorepo are released under the MIT License. As a contributor, you are welcomed to add your name into the Contributor's list file. This contributor list at root is for the contributors of monorepo management at the root repo, especially for common documentations and CI/CD. If you've contributed to one of the child repo, please add your name into the CONTRIBUTORS file inside such repo.