ACM MJCET utility library for multiple languages. You can watch this video if you want to contribute to this repository. https://www.youtube.com/watch?v=qS_nOaumLaQ
git clone https://github.com/<your_username_here>/Utilities.git
Example: git clone https://github.com/acm-mjct/Utilities.git
git checkout -b <branch-name>
{
"username": "YOUR NAME",
"avatar": "https://www.hiretheright.com/wp-content/uploads/2016/11/ik_optest-300x300.png",
"socialMedia": [
{
"link": "https://github.com/legendhimslef",
"nameOnHover": "YOUR NAME ON HOVER"
}
]
}
Pushing to the repository
git add .
git commit -m "Commit Message"
git push origin <branch-name>
- You are allowed to make pull requests that break the rules. We just merge it ;)
- Do NOT add any build steps e.g npm install (we want to keep this a simple static site)
- Do NOT remove other content.
- Styling/code can be pretty, ugly or stupid, big or small as long as it works
- Try to keep pull requests small to minimize merge conflicts
Hacktoberfest officially ends on 31st of this month, so please try to create your pull request on or before that.
Happy Hacking !!