Contributing guidelines are as follows:
- Star this repository and follow me
- Fork this repository
- Clone forked respository onto your system using the command -
git clone [url of forked repository]
- Create a new branch using the command -
git branch [branch-name]
- Move to newly created branch using the command -
git checkout [branch-name]
- Add a card with the image of your favourite Book, a small description of it, and mention your GitHub profile name in the button
You can find image by searching[Book-name] cover
on Google - Add your changes using the command -
git add -A
- Commit your changes using the command -
git commit -m "your commit message"
- Push your committed changes using the command -
git push origin [branch-name]
- Create a pull request
- Star this repository
For reference watch the following tutorial: https://www.youtube.com/watch?v=c6b6B9oN4Vg