Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/UmangDalvadi/Hacktoberfest-2023

Hacktoberfest 2023 OPEN FIRST Pull Request โญ - Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR).
https://github.com/UmangDalvadi/Hacktoberfest-2023

appwrite digitalocean first-contribution good-first-issues hacktoberfest hacktoberfest-accepted hacktoberfest-approved hacktoberfest2023 hacktoberfest2023-accepted hacktoberfest2023-approved newbiefriendly open-source pull-requests

Last synced: 2 months ago
JSON representation

Hacktoberfest 2023 OPEN FIRST Pull Request โญ - Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR).

Awesome Lists containing this project

README

        

# HacktoberFest 2023
![HacktoberFest 2023](https://github.com/ossamamehmood/Hacktoberfest2023/raw/main/.github/logo.png)

## This repo is excluded from Hacktoberfest because of spamming and bad PRs,
## ๐Ÿ‘‰Keep your EYE๐Ÿ‘€ on the account I'll create a new repo for hacktoberfest 2023 in few days

##

## This Repo Is Totally `beginner friendly`, Perfect For Your `First Pull Request`:
๐Ÿ“ข **Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR).**

**๐Ÿš€[Register](https://hacktoberfest.digitalocean.com) anytime between September 26 and October 31**

๐ŸŽฎ**You can join Hactoberfest [`Discord Server`](https://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnVHdvZ1VBQU16ZktjdmZLUUdLNGZObDc4c1B0Uk1DdHdWcTQ4QT0iLCJocmVmIjoiaHR0cHM6Ly9kaXNjb3JkLmNvbS9pbnZpdGUvaGFja3RvYmVyZmVzdCIsImludGVybmFsIjoiZjBhMjA1MTZhYmJiMDFjY2RmMjkiLCJsaW5rX2lkIjoxMzJ9/c7dfa7efbdc718aa395bd71a49a7b23f15d2e1f767cb53b5880eb70d77e525c7)**

๐ŸŽ‰**Participants with four pull/merge requests accepted between October 1 and October 31 will receive a `unique digital reward๐Ÿ”ฅ`**

## Note:

**Always make more than 4 pull requests.
Let's say you have made only 4 pull requests to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and
then you have the remaining 3 valid pull requests if these projects are not excluded.
If you fail to make 4 pull requests then you can't get your digital reward.
I will recommend you make a pull request to your own repo which is very very safe for you.
Keep in mind that the repo has hacktoberfest topic.**

## Give this Project a Star โญ
**please share this repo as much as you can and star this repo to help as many people in opensource as you can.**

## Steps To Make Your First Pull Request

- Fork this Repository by using the Fork button.
- Clone your forked repository to your PC

```
git clone https://github.com/UmangDalvadi/Hacktoberfest-2023.git
```
- Create a new branch for your modifications

```
git branch branchA
```
- Checkout new branch

```
git checkout branchA
```
- Open your cloned folder in pc and Add your code in `Upload Your Code//` folder
- Now open `git` and Add your changes
```
git add .
```
- Commit your changes with Proper commit message
```
git commit -m "added my code in `` folder"
```
- Push your changes
```
git push --set-upstream origin branchA
```
- Create a pull request
- Do not forget to `STAR โญ` this repo

## Hurray!! You just got closer to complete your hacktoberfest challenge.

## + Follow Me : }


Umang Dalvadi