Please submit changes to the main branch, and make sure your code is willing to comply with MIT style.
The repo is manage by melos, so you need to install it first.
dart pub global activate melos
Then you can run melos bootstrap
to init the repo.
melos bootstrap
And run:
melos run get
to get all dependencies.
All packages use the same README file.
All changes need to be put into the README in the root directory and the melos run cp_files
command needs to be run to synchronize the documentation.
The CHANGELOG for each package will use melos
to manage it.
Please don't change CHANGELOG manually.
All changes will read from the git commit log and automatically generate the CHANGELOG.
Admins can use melos version
to generate when before release.