Skip to content

Fork-N-Forge/HacktoberFest-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Hack2023

Hacktoberfest is digitalocean's annual event that encourages people to contribute to open source throughout october. Much of modern tech infrstructure including some of digitalocean's own products-relies on open-source projects built and maintained by passionate people who often don't have the staff or budgets to do much more than keep the project alive. Hacktoberfest is all about giving back to those projects, sharpening skills, and celebrating all the things open source, especially the people that make open source so special.

Fork-N-Forge's hacktober repository , you're welcome to get started in the world of open sourcing , contributing and writing good code.

Table of Contents

Getting Started

To get a local copy up and running follow these simple steps.

📌 Videos 📽️:

Contribution Rules📚:

  • You are allowed to make pull requests that break the rules. We just merge it ;)
  • Do NOT add any build steps e.g npm install (we want to keep this a simple static site)
  • Do NOT remove other content.
  • Styling/code can be pretty, ugly or stupid, big or small as long as it works
  • Try to keep pull requests small to minimize merge conflicts

Installation

  1. Clone the repo
git clone https://github.com/Fork-N-Forge/HacktoberFest-2023
  1. Start a new branch.
Check Contributing topic to find out about branching
  1. And start your contributions.

Steps to follow 📜

0. Star The Repository 🌟

Star the repository by pressing the topmost-right button to start your wonderful journey.

1. Fork it 🍴

You can get your own fork/copy of HacktoberFest-2023 by using the Fork button.

2. Clone it 👥

NOTE: commands are to be executed on Linux, Mac, and Windows(using Powershell)

You need to clone or (download) it to local machine using

$ git clone https://github.com/Fork-N-Forge/HacktoberFest-2023.git

This makes a local copy of the repository in your machine. Once you have cloned the HacktoberFest-2023 repository in Github, move to that folder first using change directory command on Linux, Mac, and Windows(PowerShell to be used).

# This will change directory to a folder HacktoberFest-2023
$ cd HacktoberFest-2023

Move to this folder for all other commands.

3. Set it up ⬆️

Run the following commands to see that your local copy has a reference to your forked remote repository in Github :octocat:

$ git remote -v
origin  https://github.com/Your_Username/HacktoberFest-2023.git (fetch)
origin  https://github.com/Your_Username/HacktoberFest-2023.git (push)

Now, let's add a reference to the original Hacktoberfest-2023 repository using

4. Sync it ♻️

Always keep your local copy of the repository updated with the original repository. Before making any changes and/or in an appropriate interval, run the following commands carefully to update your local repository.

# Fetch all remote repositories and delete any deleted remote branches
$ git fetch --all --prune
# Switch to `main` branch
$ git checkout main
# Reset local `main` branch to match the `upstream` repository's `main` branch
$ git reset --hard upstream/main
# Push changes to your forked `HacktoberFest-2023` repo
$ git push origin main

5. Create a new branch ‼️

Whenever you are going to contribute. Please create a separate branch using command and keep your main branch clean (i.e. synced with remote branch).

# It will create a new branch with name Branch_Name and switch to branch Folder_Name
$ git checkout -b BranchName

Create a separate branch for contribution and try to use the same name of the branch as of folder.

To switch to the desired branch

# To switch from one folder to other
$ git checkout BranchName

To add the changes to the branch. Use

# To add all files to branch Folder_Name
$ git add .

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push -u origin BranchName

List of Repositories to contribute

Projects for Experienced & Beginners

Sr. no Project Repo Link
1 novuhq/novu Project Link
2 novuhq/novu-python Project Link
3 novuhq/go-novu Project Link
4 novu-php Project Link
5 novu-ruby Project Link
6 novu-kotlin Project Link
7 configu Project Link
8 amplication Project Link
9 amplication/docs Project Link
10 Appwrite Project Link
11 Appwrite Project Link
12 digitalocean/godo Project Link

If you want to contribute to more big projects, then go through the below website, you can find a lot of amazing open-source projects for hacktoberfest 2023

[https://atlas.scoutflo.com/hacktoberfest]

Also you can find beginner & hard-level projects here also.

[https://github.com/topics/hacktoberfest]

Beginner Level Projects for Open Source Contribution

Sr. no Project Repo Link
1 Python-Sala Project Link
2 free-programming-books Project Link
3 The Algorithms-Python Project Link
4 ohmyzsh Project Link

FAQs (Frequently Asked Questions) ❓

  • Who all can contribute?
    • Anyone with a github account and who is signed up for hacktoberfest :)
  • Are you getting paid for this?
    • Sadly no. But we think we should. This is 100% unofficial and we do it for fun, fame and glory.
  • Who are you and why are you doing this?
    • We are the programmers from India.We are doing this because we love Open Source and Hacktoberfest. We want to make it easier for people to get started with Hacktoberfest and Open Source.
  • Should I come closer to the text saying 'Don't come closer' on the left side of the home tab ?
    • Nope.
  • How many pull request (PR) must be made for Hacktoberfest 2023?
    • 4
  • How do I track my progress for Hacktoberfest 2023?
    • go to ->. (Check Out Your Own Stats at Right Top)
  • What is the duration of Hacktoberfest 2023?
    • It is from 1st october to 31st october 2023...
  • What is the event for?
    • For the open source community engagement and learn how to contribute to open source.
We will do our best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible 😲 <3

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •