Skip to content

Latest commit

Β 

History

History
29 lines (18 loc) Β· 1.23 KB

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) Β· 1.23 KB

Contributing

From opening bug reports to creating pull requests: every contribution is appreciated and welcome. If you're planning to implement a new feature or change the way an existing feature works please create an issue first. This way we can ensure that your work is not wasted.

Process

  1. Software requirements are mentioned in the main README and READMEs of the individual components. You will most likely need a combination of Docker, Node.js and Rust installed on your machine.

  2. Fork, then clone the repository.

  3. Create a new branch based on master and start to make your changes.

    git checkout -b my-feature
  4. Once you're happy, push your branch and open a pull request (help).

    git push origin -u my-feature

Additional notes

Some things that will increase the chance that your pull request is accepted: