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
- Fork the repository
Create your own fork of the project here
- Create a branch
Make a new branch for your changes:
bashgit checkout -b feature/my-change
- Make your changes
Keep changes focused and follow the existing style where possible.
- Commit and push
Write clear, descriptive commit messages and push your branch to your fork.
- Open a Pull Request
Submit a pull request against the main repository and describe what your change does and why.
- Review & approval
Your pull request will be reviewed. You may be asked for changes before it’s merged.