Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.31 KB

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/Contributors.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.