Thanks for your interest in contributing to the Linode Cloud Manager!
You can contribute by opening an issue or submitting a pull request.
Feel free to open an issue to report a bug or request a feature.
- Fork this repository.
- Clone your fork to your local machine.
- Create a branch from
develop
, e.g.$ git checkout develop && git pull && git checkout -b feature/my-feature
. - Make your changes, commit them, then push them to your fork.
- Open a pull request against
develop
.
Two reviews from members of the Cloud Manager team are required before merge. After approval, all pull requests are squash merged.