-
Notifications
You must be signed in to change notification settings - Fork 26
Commit your changes
Fernando Trigoso edited this page Nov 9, 2022
·
1 revision
Monarch is composed of many modules and packages. Please group your commits by module or package. Also prefix your commit messages with the module or package name.
For example, if you made changes to the cli source files, then your commit message could be "cli: some change" or "cli: some bug fix". If you made changes to the monarch package, then your commit message could be "monarch package: some change".
These are the prefixes we use in commit messages:
- cli
- controller
- macos
- windows
- monarch package
- monarch_utils
- monarch_grpc
- etc.
Also, please sign your commit messages.
Once your changes are ready, please submit a pull request.