Thank you for contributing! 1. Fork the repository 2. Create a branch: git checkout -b feature-name 3. Make your changes and commit: git commit -m “Add feature” 4. Push the branch: git push origin feature-name 5. Open a Pull Request
Ensure your code follows existing style and passes tests.