- Join Bauddhik-Geeks Discord Server here
- Create issue on this repo using the issue template
- Add yourself here π
- For more detail click π how_to_become_member
- π Hurray! You're a member of such awesome community π
We would love to accept your contributions! To get started follow below guidelines: π
1. Fork and give star β to this repository βοΈ
2. Clone your forked copy of this Repository βοΈ
git clone [email protected]:{username}/Bauddhik-Geeks.github.io.git
3. Navigate to the project directory π βοΈ
cd Bauddhik-Geeks.github.io
4. Add a reference(remote) to the original repository βοΈ
git remote add upstream https://github.com/Bauddhik-Geeks/Bauddhik-Geeks.github.io.git
5. Check the remotes for this repository βοΈ
git remote -v
6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository) βοΈ
git pull upstream main
7. Create a new branch βοΈ
git checkout -b <your_branch_name>
8. Then open index.html
file in your System βοΈ
9. Add yourself as a contributors of Bauddhik Geeks
on the website in contributors section βοΈ
10. Find the below code on website βοΈ
11. Copy and Paste these 4 lines again below the previous contributor one code below the div tag on 5728
line βοΈ
<div class="contributor-profile">
<a href="https://github.com/{username}"><div class="contributor-github-logo"></div></a>
<img class="contrib-profile-image" src="https://github.com/{username}.png" >
</div>
12. Replace π {username}
with your github username in π href
βοΈ
13. Replace π {username}
with your github username in π src
βοΈ
- Like this π π π
- Done π