All Projects β†’ DSC-BVP β†’ Hacktoberfest

DSC-BVP / Hacktoberfest

Find more projects at https://hacktoberfest.digitalocean.com/#projects

Projects that are alternatives of or similar to Hacktoberfest

Collaboration For Beginners
A Beginner's Guide to Contributing in an Open Source Project.
Stars: ✭ 86 (-4.44%)
Mutual labels:  hacktoberfest, beginner-friendly, easy
Awesome Android Learning Resources
πŸ‘“ A curated list of awesome android learning resources for android app developers.
Stars: ✭ 753 (+736.67%)
Mutual labels:  hacktoberfest, beginner-friendly
Plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! 🎈
Stars: ✭ 666 (+640%)
Mutual labels:  hacktoberfest, beginner-friendly
Javascript Mini Projects
Awesome Collection of amazing javascript mini-projects.
Stars: ✭ 42 (-53.33%)
Mutual labels:  hacktoberfest, beginner-friendly
Gitstart
Make a Pull Request
Stars: ✭ 415 (+361.11%)
Mutual labels:  hacktoberfest, beginner-friendly
Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (+520%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-62.22%)
Mutual labels:  hacktoberfest, beginner-friendly
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+247.78%)
Mutual labels:  hacktoberfest, easy
Simpletones.js
The goal of simpleTones.js is to provide every JavaScript developer with a lightweight solution for creating custom sounds in their web applications. This documentation has been written in hopes that the least experienced developer can read, understand and go on to do great things. You can check out several examples at this link:
Stars: ✭ 45 (-50%)
Mutual labels:  hacktoberfest, beginner-friendly
C Algorithms
All algorithms implemented in C
Stars: ✭ 51 (-43.33%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Android Kotlin Apps
πŸ‘“ A curated list of awesome android kotlin apps by open-source contributors.
Stars: ✭ 1,058 (+1075.56%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest
Hacktoberfest 2018. Check out the end video for this project ->
Stars: ✭ 406 (+351.11%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Hacktoberfest 2020
A curated list of awesome Hacktoberfest 2020 repositories, guides and resources
Stars: ✭ 349 (+287.78%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 βœ…
Stars: ✭ 621 (+590%)
Mutual labels:  hacktoberfest, beginner-friendly
Letra Extension
Passively learn a new language every time you open a new tab
Stars: ✭ 323 (+258.89%)
Mutual labels:  hacktoberfest, beginner-friendly
Css Art Hacktoberfest Edition
Hacktoberfest Edition - A CSS art challenge, for all skill levels
Stars: ✭ 21 (-76.67%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Jetpack Compose Learning Resources
πŸ‘“ A continuously updated list of learning Jetpack Compose for Android apps.
Stars: ✭ 275 (+205.56%)
Mutual labels:  hacktoberfest, beginner-friendly
Front End
Operation Code's website
Stars: ✭ 301 (+234.44%)
Mutual labels:  hacktoberfest, beginner-friendly
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (-53.33%)
Mutual labels:  hacktoberfest, beginner-friendly
Javascript Notes
Notes taken during Wes Bos' BeginnerJavaScript course
Stars: ✭ 52 (-42.22%)
Mutual labels:  hacktoberfest, beginner-friendly

Hello World!

Follow these steps accordingly to contribute to Hacktoberfest to earn swags and learn something about the open source contribution.

Website link on which you will contribute https://dsc-bvp.github.io/Hacktoberfest/

Step 1

Create a account on Github

https://github.com

screenshot from 2018-10-03 01-55-18

Step 2

Register yourself for Hacktoberfest.

https://hacktoberfest.digitalocean.com/register

Screenshot (24)

Step 3

This is the link of the repository that you guys will be contributing to. https://github.com/DSC-BVP/Hacktoberfest/

screenshot from 2018-10-07 20-19-37

Step 4

Star this repository

screenshot from 2018-10-07 20-19-37

Step 5

Fork this repository on your profile

screenshot from 2018-10-07 20-19-37

Step 6

Open Terminal and type in these commands

$ cd Desktop
$ git clone (paste the url obtained from clicking on "Clone or download" option on YOUR OWN PROFILE)
$ cd Hacktoberfest

screenshot from 2018-10-07 20-20-18

Step 7

Add your name in contributors.md file in this format

Screenshot (30)

  1. Put your name
  2. Put your personal message
  3. Put the address of your github link , all in index.html file in the format shown below.

Screenshot (26)

Step 8

$ git remote add upstream https://github.com/DSC-BVP/Hacktoberfest/

screenshot from 2018-10-07 20-22-03

Step 9

Then:-

$ git pull upstream master
$ git add -A 
$ git commit -m β€œyour commit message”
$ git push --set-upstream origin master

Then, type your github username and password

screenshot from 2018-10-07 20-22-46

Step 10

Now open the repository which you forked in your account and click on the Compare and Pull Request

screenshot from 2018-10-07 20-23-35 screenshot from 2018-10-07 20-23-53

Step 11

Open dsc-bvp.github.io/Hacktoberfest when your PR will be merged it will appear on the page (Even after the PR is merged, It will take some time for the page to update)

Screenshot (29)

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