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 branch [branch-name]
- Move to the new branch by using this command -
git checkout [new branch-name]
- Add a card with the image of your Slug, a small description and mention your Github Profile name in the Button.
- Once you've made your changes make sure you pull changes in master just in case -
git checkout master
->git pull
- Then again checkout to your new branch and pull from master branch -
git checkout [new branch name]
->git pull
- 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]
- Create a pull request.
- Star this Repository.