https://github.com/soumyadip007/hacktoberfest23
Make your first Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️
https://github.com/soumyadip007/hacktoberfest23
hacktober hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023
Last synced: 3 months ago
JSON representation
Make your first Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️
- Host: GitHub
- URL: https://github.com/soumyadip007/hacktoberfest23
- Owner: soumyadip007
- License: apache-2.0
- Created: 2022-10-08T11:28:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T19:37:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T18:15:29.566Z (7 months ago)
- Topics: hacktober, hacktoberfest, hacktoberfest-accepted, hacktoberfest-starter, hacktoberfest2023
- Language: JavaScript
- Homepage:
- Size: 22.3 MB
- Stars: 11
- Watchers: 1
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: Security-patches-for-form/index.html
Awesome Lists containing this project
README
Hacktoberfest-2022
# Submit your PR on this new repo [Hacktoberfest](https://github.com/soumyadip007/hacktoberfest22) , There we are merging all PR.
In this current repo, there are alot of conflicts, we are not merging until all conflicts get resolved.
**This is a beginner-friendly project to help you get started with your
[hacktoberfest](https://hacktoberfest.digitalocean.com/). If you don't know where to start, feel free to watch the videos linked below, and read the contribution rules. Happy hacking <3 💙 !!**P.S. Star ⭐ and Share this repository, if you had fun!! 😍
Hacktoberfest 2022
# 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
- Add your name to the contributorsList file
- Try to keep pull requests small to minimize merge conflicts## Getting Started 🤩🤗:
- Fork this repo (button on top)
- Clone on your local machine```terminal
git clone https://github.com/soumyadip007/hacktoberfest22.git
```
- Navigate to project directory.
```terminal
cd hacktoberfest22
```- Create a new Branch
```markdown
git checkout -b my-new-branch
```
- Add your Name to `contributors/contributorsList.js`
```markdown
git add .
```
- Commit your changes.```markdown
git commit -m "Relevant message"
```
- Then push
```markdown
git push origin my-new-branch
```- Create a new pull request from your forked repository
## Avoid Conflicts {Syncing your fork}
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.
```terminal
git remote add upstream https://github.com/soumyadip007/hacktoberfest22
```You can verify that the new remote has been added by typing
```terminal
git remote -v
```To pull any new changes from your parent repo simply run
```terminal
git merge upstream/master
```This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.
For more information on syncing forks [read this article from Github](https://help.github.com/articles/syncing-a-fork/).
## Swags of Hacktoberfest:
- Many of the candidates get attracted towards hacktoberfest to get swags . So, after 4 successfully merged pull request as for 2021 you will be eligible to get a Hacktoberfest T-shirt and Some stickers on your doorstep.
###### *We will do our best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible :astonished: <3*
## Follow me on [Linkedln](https://www.linkedin.com/in/soumyadip-chowdhury)
## Our Top Contributors