Are you keen to contribute in open source.Here we are to support and tell you the process of it.
Prerequisites:
- Git Bash installed
- Basic html knowledge
Fork this repo by clicking on the right corner.
To Clone the repo
git clone https://github.com/{username}/Flame_Of_OpenSource.git
Change the directory
cd Flame_of_OpenSource/
You can test out various commands like
git status
ls
git branch
Make a branch of your own.
git branch {branch name}
git checkout {branch name}
See the template.html make amends as you see fit or could do it from scratch. Change the folder to CONTRIBUTIONS and make folder of your name to push all your contribution in that folder.
A basic contibution example will be given in the end.
How to push your code to your github repository
git add CONTRIBUTIONS/{folder with your name}
git commit -m "{Commit message}"
git push -u origin {branch name}
Copy paste template.html and style.css files in your folder and a photo of yours too. Change
- title in line number 8 from Template to {name}'s Template.
- image in line number 15 from "pic.png" to your photo name.
- name in line number 19 from "name" to your name.