All Projects → GeekHaven → Geektoberfest-Main

GeekHaven / Geektoberfest-Main

Licence: other
This is the starting point of Geektoberfest! Have a look at the readme for Rules and Guidelines, you can also contribute to the collaborative website in this repo!

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Geektoberfest-Main

IssueAi
O Issue Ai cria um espaço de visibilidade para os projetos open source de Computação@UFCG.
Stars: ✭ 32 (+166.67%)
Mutual labels:  hacktoberfest2020
CBJ Smart-Device Resources
🧰 Have you ever wondered if there is an open-source project to make your own smart home?, cause you just found part of one!. This part is in charge of general resources like instructions to prepare the smart devices.
Stars: ✭ 18 (+50%)
Mutual labels:  hacktoberfest2020
Inheritance-2020
Official Repository for Inheritance Submissions 2020
Stars: ✭ 18 (+50%)
Mutual labels:  hacktoberfest2020
oauth-jsclient
Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
Stars: ✭ 102 (+750%)
Mutual labels:  hacktoberfest2020
Recursion-Tree-Visualizer
A simple python package that helps to visualise any recursive function by adding a single line of code.
Stars: ✭ 89 (+641.67%)
Mutual labels:  hacktoberfest2020
Algoflow
Algorithm Visualizer
Stars: ✭ 21 (+75%)
Mutual labels:  hacktoberfest2020
tetriss
Tetris clone written in JavaScript 🎮 https://antonioolf.github.io/tetriss/
Stars: ✭ 14 (+16.67%)
Mutual labels:  hacktoberfest2020
hello-world-all-programming-language
This is a repository of examples of hello world programs in all programming languages
Stars: ✭ 23 (+91.67%)
Mutual labels:  hacktoberfest2020
spamtoberfest
Fight against PR spammers
Stars: ✭ 51 (+325%)
Mutual labels:  hacktoberfest2020
Footnote
Simple SwiftUI + CoreData app
Stars: ✭ 38 (+216.67%)
Mutual labels:  hacktoberfest2020
QuickBooks-V3-DotNET-SDK
.Net SDK for QuickBooks REST API v3 services
Stars: ✭ 90 (+650%)
Mutual labels:  hacktoberfest2020
workshop-subscription-system
No description or website provided.
Stars: ✭ 28 (+133.33%)
Mutual labels:  hacktoberfest2020
Hacktoberfest-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
Stars: ✭ 47 (+291.67%)
Mutual labels:  hacktoberfest2020
website-www.codeuino.org
www.codeuino.org/
Stars: ✭ 35 (+191.67%)
Mutual labels:  hacktoberfest2020
Hacktoberfest-2020-Baby
No description or website provided.
Stars: ✭ 31 (+158.33%)
Mutual labels:  hacktoberfest2020
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (+341.67%)
Mutual labels:  hacktoberfest2020
godot tools
A set of GDScript EditorScript and EditorPlugins tools that automate boring tasks on Godot Engine.
Stars: ✭ 50 (+316.67%)
Mutual labels:  hacktoberfest2020
Web-App
A Web Application foundation for Raku
Stars: ✭ 21 (+75%)
Mutual labels:  hacktoberfest2020
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+108.33%)
Mutual labels:  hacktoberfest2020
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (+191.67%)
Mutual labels:  hacktoberfest2020

Geektoberfest-Main

Geektoberfest

About us

GeektoberFest’20 is a 20 day long open source event running in parallel with the Hacktober fest organised by GeekHaven IIIT Allahabad. We have set up some beginner friendly repositories to help you begin your journey in the daunting world of open source and help you take your first step in your development career.

RULES

  • To be eligible for the prizes all participants must submit a minimum of 4 PR’s in the GeektoberFest'20 repositories.

  • Since we have limited repos and we want everyone to get the chance to contribute, participants cannot submit more than 6 PRs to the GeektoberFest'20 repositories.

  • After submission of the PR’s on the GeektoberFest'20 repositories (Min 4 and Max 6) participants can keep contributing to other open source projects to become the best contributors and win additional prizes.

  • After every Pull Request of yours that gets merged, you have to add its details to your contribution JSON file so that we can keep track of your contributions. Instructions on how to add PR details are given below

  • By the end of the fest best contributors would be decided on the basis of the quality and quantity of their contributions.

Adding your Pull Requests

To add your pull requests, open contributions folder and in their add your own json file with file name as your Github Username. Please maintain the following format EXACTLY (replacing values where indicated):

     {
        "name" : "Participant Name",
        "imageurl" : "https://sample-website/image.jpg",
        "about" : "Hello I'm a web developer",
        "facebook": "facebook-url",
        "github" : "github-url",
        "prs": [
            "https://github.com/link/to/pr/1",
            "https://github.com/link/to/pr/2",
            ...
        ]
     }

As you get more PRs merged, you can keep updating the same file. A sample file has been placed in the folder for your convenience. Make sure to update your file as soon as you get a PR merged.

IMPORTANT:

  • imageurl is the URL to the your profile image. You can use the URL of any one of your social profile picture or host a picture yourself through imgur or similar service.
  • The image should be of square resolution.
  • If you do not want to include social media accounts, leave the field empty like "facebook":"".
  • While working with JSON, check the file using JSON Lint before opening pull request

Contributing

Getting started

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

  • Forking and cloning the repository

    Link to GitHub Docs

    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

    Link to GitHub docs

    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

    Link to docs

    Committing means making changes to the project and adding your changes to the GitHub.

  • Making a pull request

    Link to docs

    • Pull request means submitting your changes to the original project for the review. Once the maintainers of the project feel that your changes are appropriate then your pull request will be merged.
  • Add relevant commit message in the pr, mention issue number and live link to comment while making pr.
  • Note: In case you feel any issue during setting up the project or using git, don't hesitate to ask us on our slack channel. We will help you out.

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.

  • 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: Updating <-username->'s PR file with a new PR in <-repo-name->.

  • Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern Fixes #<-issue number-> <-commit message->

  • 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.

Happy Coding ✌️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].