Thank you for considering contributing to this project! Your help is appreciated.
- Fork the Repository: Click the "Fork" button on GitHub.
- Clone Your Fork:
git clone https://github.com/uxmansarwar/response.git ./response
cd response
- Create a New Branch::
git checkout -b feature-branch
- Make Changes: Modify code and add tests if necessary.
- Run Tests:
vendor/bin/pest
- Commit Your Changes: