Contributing Guidelines are as follows -
- Fork this Repository.
- Clone the Repository on your system using the command -
git clone [url of the forked repository]
- Create a new branch using the command -
git checkout -b [branch-name]
- Add a card with the image of your Pokémon, A small description and mention your Github Profile name in the Button.
- Add your content using the command -
git add -A
- Commit the changes using the command -
git commit -m "your-message"
- Push the changes using the command -
git push origin [branch-name]
- Creat a Pull request.
- Star this Repository.