Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 488 Bytes

File metadata and controls

19 lines (15 loc) · 488 Bytes

Contributing to Git Practice Project

We're excited to have you contribute!

How to Contribute

  1. Fork the repository
  2. Clone your fork: git clone <your-fork-url>
  3. Create a branch: git checkout -b yourname/feature-name
  4. Make your changes
  5. Commit with a clear message: git commit -m "feat: your message"
  6. Push your branch
  7. Open a pull request

Tips

  • Keep PRs small and focused
  • Comment your code where needed
  • Be respectful in reviews

Thanks for contributing!