Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 919 Bytes

Contributing.md

File metadata and controls

16 lines (14 loc) · 919 Bytes

Contributing guidelines are as follows:

  1. Star this repository and follow me
  2. Fork this repository
  3. Clone forked respository onto your system using the command - git clone [url of forked repository]
  4. Create a new branch using the command - git branch [branch-name]
  5. Move to newly created branch using the command - git checkout [branch-name]
  6. Add a card with the image of your favourite movie, a small description of it, and mention your GitHub profile name in the button
    You can find image by searching [Movie-name] cover on Google
  7. Add your changes using the command - git add -A
  8. Commit your changes using the command - git commit -m "your commit message"
  9. Push your committed changes using the command - git push origin [branch-name]
  10. Create a pull request
  11. Star this repository

For reference watch the following tutorial: https://www.youtube.com/watch?v=c6b6B9oN4Vg