iamsdas / contributor-magazine

JODC Contributor Magazine for F/OSS enthusiast!

Home Page:https://jodc-magazine.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JODC Contributor Magazine

Welcome to JODC! The Contributor Magazine is meant to start you with contributions to JODC. Whether you're a first-timer or a experienced developer participate in HACKTOBERFEST 2020, contribute to this repo add yourself to the magazine.

Deployed on: https://jodc-magazine.netlify.app/ ๐Ÿš€

HOW TO CONTRIBUTE

  • Fork the repo
  • Clone the repo
  • Checkout a new branch using git checkout -b new_branch_name
  • Open the src/Contributor.js and add your name like this:
 {
     name: "Your Name",
     github_username: "Github username",
     title: "CS Undergraduate or any title",
     facebook: "Facebook username",
     twitter: "Twitter username"
 }
  • Add and commit your changes with a commit message
  • push to the remote repo using git push origin your_branch_name
  • Make a pull request and wait for your contribution to be merged

ISSUES

You can begin with resolving any open issues. For Hacktoberfest ๐ŸŽŠ๐ŸŽŠ

License

The project is distributed under the BSD 3-Clause license. See LICENSE for more information.

About

JODC Contributor Magazine for F/OSS enthusiast!

https://jodc-magazine.netlify.app/

License:MIT License


Languages

Language:JavaScript 67.9%Language:CSS 20.5%Language:HTML 11.6%