Contributing
Set up your machine
Process Compose is written in Go.
Prerequisites:
Clone Process Compose:
cd
into the directory and install the dependencies:
You should then be able to build the binary:
Test your change
You can create a branch for your changes and try to build from the source as you go.
When you are satisfied with the changes, we suggest you run:
Create a commit
Commit messages should be well formatted, and to make that "standardized", we are using Conventional Commits.
You can follow the documentation on their website.
Submit a pull request
Push your branch to your process-compose
fork and open a pull request against the main branch.