Skip to content

Contributions 🤝

We encourage contributions of all types! Whether it’s reporting issues, suggesting new features, or submitting pull requests, you’re welcome to help improve the plugin.

Contribution Guide 📚

1. Fork the repository

Create a fork of the repository in your own GitHub account.

2. Clone the repository

git clone https://github.com/your-user/your-fork

3. Access the repository

cd your-fork

4. Make your changes

  • Update the code.

5. Commit the changes to your fork

git checkout -b "your-branch-name"
git add .
git commit -m "Describe your changes"
git push

6. Create your Pull Request

  • Create a new Pull Request, selecting the original repository as the base and your branch as the compare branch

  • Provide a clear title and a detailed description of your changes

  • Submit the PR and wait for review and possible approval.


🤗 Happy coding!