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/ 🚀
- 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
You can begin with resolving any open issues. For Hacktoberfest 🎊🎊
The project is distributed under the BSD 3-Clause license. See LICENSE for more information.