acm-mjct / Utilities

8 stars 86 forks source link
hacktoberfest hacktoberfest2022

Utilities

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

✨Getting Started :

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>

Steps

Format

{
  "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"
    }
  ]
}

Add the above code in the yourCard/data.json file

image

Pushing to the repository

git add .
git commit -m "Commit Message"
git push origin <branch-name>

📚Contribution Rules :

- 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

Deadline

Hacktoberfest officially ends on 31st of this month, so please try to create your pull request on or before that.

Happy Hacking !!