We're excited to have you contribute!
- Fork the repository
- Clone your fork:
git clone <your-fork-url> - Create a branch:
git checkout -b yourname/feature-name - Make your changes
- Commit with a clear message:
git commit -m "feat: your message" - Push your branch
- Open a pull request
- Keep PRs small and focused
- Comment your code where needed
- Be respectful in reviews
Thanks for contributing!