Skip to content

Contributing



We welcome contributions from the community!

To contribute, please follow these steps:

  1. Fork the repository.

  2. Create a new branch.

    Terminal window
    git checkout -b feature-branch
  3. Make your changes and commit them.

    Terminal window
    git commit -m 'Add new feature'
  4. Push to the branch.

    Terminal window
    git push origin feature-branch
  5. Create a new Pull Request.