Skip to content

Contributing

Whether you’re fixing a bug, improving documentation, or adding a new feature, your contributions to the project are welcome and appreciated.

How to contribute

  1. Fork the repository

Create your own fork of the project here

  1. Create a branch

Make a new branch for your changes:

bash
git checkout -b feature/my-change
  1. Make your changes

Keep changes focused and follow the existing style where possible.

  1. Commit and push

Write clear, descriptive commit messages and push your branch to your fork.

  1. Open a Pull Request

Submit a pull request against the main repository and describe what your change does and why.

  1. Review & approval

Your pull request will be reviewed. You may be asked for changes before it’s merged.