Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1000 Bytes

CONTRIBUTIONS.md

File metadata and controls

29 lines (18 loc) · 1000 Bytes

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. Requirements are mentioned in the main README and READMEs of the individual components.

  2. Fork, then clone the repository.

  3. Create a new branch based on 'main' 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: