- Fork this repository
- Create a feature branch
- Make your changes
- Submit a pull request
- Use clear commit messages
- Test your changes
- Update documentation if needed
git checkout -b feature/your-feature
# make changes
git add .
git commit -m "feat: add your feature"
git push origin feature/your-featureThanks for contributing!