Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 536 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 536 Bytes

Contributing to uxmansarwar/response

Thank you for considering contributing to this project! Your help is appreciated.

How to Contribute

  1. Fork the Repository: Click the "Fork" button on GitHub.
  2. Clone Your Fork:
   git clone https://github.com/uxmansarwar/response.git ./response
   cd response
  1. Create a New Branch::
git checkout -b feature-branch
  1. Make Changes: Modify code and add tests if necessary.
  2. Run Tests:
vendor/bin/pest
  1. Commit Your Changes: