opencodeiiita / Collaborative-Web
- четверг, 7 октября 2021 г. в 00:30:08
Opencode 21 Collaborative website!
Like us on Facebook
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.
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:
"facebook":""
.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:
"facebook":""
.We will follow the official GitHub documentation for setting up the repo.
Forking and cloning the repository
By forking a repository you create your own copy of the project and make your changes there. Cloning a project means that you are setting up the project on your local system.
Syncing a fork
We keep our fork in sync to the original repository so that our copy of the project has the latest changes from the original project.
Making changes to project and committing a change
Committing means making changes to the project and adding your changes to the GitHub.
Making a pull request
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.
People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.
Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.
Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern Fixes #
Provide the link to live gh-pages from your forked repository or relevant screenshot for easier review.
Pull Request older than 3 days with no response from the contributor shall be marked closed.
Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.
Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.
Be polite: Be polite to other community members.
Communicate: Whether you are working on a new feature or facing a doubt please feel free to ask us on our slack channel. We will be happy to help you out.