Skip to content

acm-mjct/Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

  • Register yourself on Hacktoberfest
  • Fork this repository by clicking on the top right "fork" button
  • Now, clone this forked repository on to your local system
git clone https://github.com/<your_username_here>/Utilities.git

Example: git clone https://github.com/acm-mjct/Utilities.git

  • Create a new branch for yourself
git checkout -b <branch-name>

Steps

  • Select any issue that you can resolve.
  • Create your file under the correct directory.
  • Name your file with username.filename.extension -- example: legendhimslef.addition.java
  • Once you complete a pull request in this repository you can add your contribution card which will be displayed on our official ACM site.

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>
  • Make a PR to the original repository
  • Once we validate your contribution we will merge it
  • Congrats on your first PR
  • Repeat these steps 4 times to complete the tasks

📚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 !!