Skip to content

monizb/hacktoberfest-swag-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Issues Forks Stars License Tweet


Hacktoberfest 2022 Swag List

Hacktoberfest is the celebration of Open-Source, its that time of the year when people from all over the world come together to contribute to their favorite Open Source projects. To make the deal sweeter some organizations give out cool swags like tshirts, stickers and much more! This page aims to consolidate all the swag opportunities in one place and make it easier for you to choose from. Always remember, Hacktoberfest is about making "meaningful contributions" any kind of SPAM/HATRED is a big NO and isn't tolerated. Create PRs that add value and take home the sweet swags!

You can read more about Hacktoberfest here. If you are a part of an organization listed below and dont wan't your swag to be listed, please contact me by raising an issue on the official repository and it will be taken down immediately.

Raising Issues

Please use the appropriate template while raising an issue. There are mainly 4 types of templates available: New Swag Opportunity, Takedown Request, Bugs and Feature Request. Provide all the information asked in the given template for faster resolutions

Adding a swag to the list

Found a swag opportunity we don't have yet? You can easily add it using the following steps:

  1. Go to the swag list JSON file: https://github.com/monizb/hacktoberfest-swag-list/blob/main/src/list.json

  2. Look for the first letter of the organization which is giving this swag: For example let's take TEST COMPANY as an example, we will open the corresponding array and add an object to it as follows:

    ....
    "T": [
        {
                "organization": "TEST COMPANY",
                "org_url": "https://linktothecompanywebsite.com/",
                "tags": [ //Add a single tag for each item the company is giving away
                    "Stickers",
                    "Keyboard"
                ],
                "description": "Description about how to earn the swag and all the criteria",
                "no_of_prs": 1, //Minimum number of PRS to earn that swag
                "link": "https://mattermost.com/blog/hacktoberfest-2021/" //Link to tge place where more info on this is available
        }
        ....
    ]
  1. Once done you can now raise a Pull Request to the main branch and Netlify will create a preview of your PR and then will be merged accordingly.Never delete or change any existing swag listings from the JSON file.

Disclaimer

This repository has been made Just-For-Fun, it does not have any direct relation with DigitalOcean or Hacktoberfest. All information present is already publicly available information.This repository is maintained by Monish Basaniwal

follow btn