Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 263 Bytes

File metadata and controls

8 lines (7 loc) · 263 Bytes

How to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add new feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a Pull Request