Thank you for considering contributing to this project! The following guidelines will help you make a meaningful and successful contribution.
git clone https://github.com/[your-github-username]/testcase-generator.git
- Install the necessary dependencies by running
npm ci or yarn install
- Run project locally by using
npm run dev or yarn run dev
- Make your changes and test them locally.
- Commit your changes with clear and concise commit messages.
You can check how to write professional commits
- Set up remote upstream
git remote add upstream https://github.com/ank1traj/testcase-generator
- Create a new Branch
git branch -M [your-branch-name]
- Push your changes to your forked repository.
git push origin [your-branch-name]
- Create a pull request, wait for review & merge.