A platform that shows a list of all the hackers, participated in month-long challenge Hacktoberfest presented by DigitalOcean.
Our aim for this project is to have a list of all the participants, contributed to various Open Source projects during Hactoberfest Challenge. Not only that, we will be able to see stats for every contributor part of this community. We are basically aiming to help the community people by showcasing them on this list and people can connect with each other being a part of the community. Let's come together and make this Open Source world a better place. Go add yourself to the list. 🚀
In the top-right corner of the page, click Fork. Create a local clone of your fork:
git clone https://github.com/YOUR-USERNAME/hacktoberfest-participants
Change directory
cd hacktoberfest-participants
Create new file under src/contributors/ with name [your-username].json
Add this json content and edit it with your details
{
"name": "REQUIRED PARAMETER",
"desc": "REQUIRED PARAMETER",
"github": "REQUIRED PARAMETER",
"twitter": "OPTIONAL PARAMETER",
"linkedin": "OPTIONAL PARAMETER"
}
NOTE: The parameters mentioned as
REQUIRED
are must needed! and you can ignore theOPTIONAL
parameters, But don't push blank optional parameter. Either completely ignore them or else add the required details to it.
Take a look here for detailed version.
Pull requests are welcome.
See the guidelines for contributing to this project.
Disclaimer: This website is a fan and community made creation. It is not affiliated with Hacktoberfest