Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.09 KB

Contributing to the ImmutableDeploymentFactory

Setting up the project for debugging and contributing

Setting up you local machine:

  • Fork (this project) and clone the fork on your local machine:
git clone https://github.com/VitriolLabs/immutable-deployment-factory.git
cd ImmutableDeploymentFactory # go into the clone directory
npm install # install all the node dependencies

Pull Requests

  1. Fork the repo and create your branch from main.
  2. Make sure your code lints and is correctly formatted.

Known Issues

We use GitHub issues to track public bugs. We will keep a close eye on this and try to make it clear when we have an internal fix in progress. Before filing a new issue, try to make sure your problem doesn't already exist.

Coding Style

Please follow the Coding Style.

License

By contributing to the ImmutableDeploymentFactory repo, you agree that your contributions will be licensed under its license.