Pull Request Guidelines
- Fork the repository Stranger Things API.
- Clone your new fork of the repository locally.
git clone https://github.com/<your-github-username>/stranger-things-api
- Set upstream command
git remote add upstream https://github.com/Mridul2820/stranger-things-api.git
- Navigate to the new project directory:
cd stranger-things-api
- Create Your own branch
git checkout -b <YOUR_BRANCH_NAME>
- Run it Locally
npm install
npm run dev
- Add yor changes
git add .
- Commit your changes with a meaningful message
git checkout -m "<Your Message>"
- Push your local commits to the remote repository
git push origin <YOUR_BRANCH_NAME>
- Create a Pull request
- Congratulations! You've made your first contribution! 🙌🏼