Pull Request Guidelines
- Fork the repository CineParadis.
- Clone your new fork of the repository locally.
git clone https://github.com/<your-github-username>/cineparadis
- Set upstream command
git remote add upstream https://github.com/Mridul2820/cineparadis.git
- Navigate to the new project directory:
cd cineparadis
- Create Your own branch
git checkout -b <YOUR_BRANCH_NAME>
- Run it Locally
- 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! 🙌🏼