This is a beginner-friendly project to help you get started with your hacktoberfest. If you don't know where to start, feel free to watch the videos linked below, and read the contribution rules. Happy Learning <3 💙 !!
P.S. Star ⭐ and Share this repository, if you had fun!! 😍
- You can make small projects on HTML, CSS, Javascript.
- 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
- You have to star ⭐ this repository
- Fork this repo (button on top)
- Clone on your local machine
Open terminal
git clone https://github.com/TechHack3/Hacktoberfest2023.git
- Navigate to project directory.
cd Hacktoberfest2023
- Create a new Branch
git checkout -b my-new-branch
- To Add your File to our repo
git add .
- Commit your changes.
git commit -m "Relevant message"
- Then push
git push origin my-new-branch
- Create a new pull request from your forked repository
contributors/contributorsList.js
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.
git remote add upstream https://github.com/TechHack3/Hacktoberfest2023
You can verify that the new remote has been added by typing
git remote -v
To pull any new changes from your parent repo simply run
git merge upstream/master
- Who all can contribute?
- Anyone with a GitHub account and who is signed up for hacktoberfest :)
- Are you getting paid for this?
- Sadly no. We do it for fun, education, and glory.
- How many pull requests (PR) must be made, if I want to get an awesome t-shirt from Hacktoberfest 2022?
- 4
- How do I track my progress to get an awesome shirt from Hacktoberfest 2022?
- 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.