Thanks for your interest in contributing!
- Fork this repository
- Create a new branch (
git checkout -b feature/your-feature-name) - Make your changes
- Commit your changes (
git commit -m "Add some feature") - Push to your branch (
git push origin feature/your-feature-name) - Open a Pull Request and describe what you changed
- Do not push directly to
main - All changes must go through a Pull Request