Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 317 Bytes

File metadata and controls

9 lines (8 loc) · 317 Bytes

Contributing

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.