Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

57 lines (40 loc) · 1.38 KB

Contributing to CineParadis 💥

Pull Request Guidelines

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