Create a Github account, if you don't already have one. Need help? Here are some resurces to help you set up your Github account:
* https://github.com/softcreations01/learning_git
* https://git-scm.com/doc
* https://lab.github.com/
Register for Hacktoberfest if you're yet to register and follow the instructions here. But, read the rules carefully before you do and then sign In using your GitHub credentials.
-
Fork this Repository using the button at the top on right corner.
-
Create a new branch for your modifications/issues (ie.
git branch new-issue
and check it outgit checkout new-issue
or simply dogit checkout -b new-issue
) -
Make your contribution in Web Development Domain / AI/ML / Android Development and many more visit the Coders Folder, while if you are a non-coder then do not worry as you can still contribute by making your contribution in Technical Writing / Content Writing / Interview Experience in the non-coder folder.
-
Create a pull request
-
Star this repository
Add a picture picture of your choice in assets/images/<YOUR-USERNAME>.png
. Accepted files are png and jpg, Ex.
assets/images/<YOUR-USERNAME>.png
From this
- div class="card_img card1"
To
- div class="card_img card2"
url('assets/images/<YOUR-USERNAME>.png')
i.e
".card1{
background-image: url(assets/images/tousse.jpg);
}"
Wait for Pull request to merge, raise and solve issues and follow me