Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 397 Bytes

Contributing to CodePark

Thank you for considering contributing to CodePark! We welcome contributions from everyone.

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 some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.