opencodeiiita / Opencode-Collaborative-19

Collaborative website for OpenCode-2019
https://opencodeiiita.github.io/Opencode-Collaborative-19/
MIT License
35 stars 190 forks source link
geekhaven opencode19

Opencode Collaborative 2019

Opencode

OpenCode

Chat with us on Slack

Join Zulip Chat Zulip

Like us on Facebook

About us

OpenCode is a month long open source program organised by GeekHaven IIIT Allahabad. OpenCode attracts talent from all over the world. People contribute to various open source projects. We welcome everyone to experience the awesome event and win exciting prizes.

Requirements:

Setting up git:

Adding a mentor

To add a mentor open mentors.json and please maintain the following format EXACTLY (replacing values where indicated):

     {

        "name" : "Mentors Name",
        "imageurl" : "mentor/image.jpg",
        "about" : "Hello I'm a web developer",
        "facebook" : "url",
        "github" : "url",
        "twitter" : "url"
     }

IMPORTANT:

Adding yourselves to participant section

To add yourself to student section you need to open the file participants.json and please maintain the following format EXACTLY (replacing values where indicated):

    {

        "name" : "Name",
        "imageurl" : "contestant/avatar.jpg",
        "about" : "Hello I'm a web developer",
        "college" : "My college",
        "facebook" : "url",
        "github" : "url",
        "twitter" : "url",
        "referral" : "who refered you?"
     }

IMPORTANT:

Contributing

Getting started

We will follow the official GitHub documentation for setting up the repo.

Claiming up an issue

Guidelines and Best practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

Happy Coding :v: