π What is Hacktoberfest ?
You get some awesome goodies which include A limited-edition T-shirt for FREE! and some stickers.
π€π€ How can you Join ββ
Navigate to the link below π π and follow the instructions βοΈ βοΈ
https://hacktoberfest.digitalocean.com/register
To add your contributions towards opensource community and grab the oppurtunity:smiley: :smiley::smiley:
Then lets start with this repository.
Head down β¬οΈ β¬οΈ β¬οΈ to see how to get started with the repo and follow the guidelines π― π― π―
β Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
β The pull request must contain commits you made yourself.
β If a maintainer reports your pull request as 'spam' or 'invalid', it will not be counted toward your participation in Hacktoberfest.
β If a maintainer reports behaviour thatβs not in line with the projectβs code of conduct, you will be ineligible to participate.
β To get a t-shirt and swags, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone. This year, the first 40,000 participants can earn a T-shirt.
β PRs that are automated (e.g. scripted opening PRs to remove whitespace/optimize images)
β PRs that are disruptive (e.g. taking someone elseβs branch/commits and making a PR)
β PRs that are regarded by a project maintainer as a hindrance vs. helping
β Something thatβs clearly an attempt to simply +1 your PR count for October
- Create a Portfolio Website.
- Technology Used:- HTML, CSS, BOOTSTRAP, JavaScript & Reactjs.
1. Fork the repository.
2. Clone your forked copy of the project into your local system.
git clone --depth 1 https://github.com/yourusername/HacktoberFest--2022.git
3. Navigate to the project directory. π
cd Hacktoberfest--2022
4. Add a reference (remote) to the original repository.
git remote add upstream https://github.com/sonalikari/HacktoberFest--2022.git
5. Check the remotes for this repository.
git remote -v
6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
git pull upstream main
7. Create a new branch.
git checkout -b pr1
8. Search the "issue-finder" folder, add the modified HTML and CSS files and remove the previous ones.
9. Track your changes. βοΈ
git add .
10. Commit your changes.
git commit -m "pulled my first PR"
11. Push the committed changes in your feature branch to your remote repository.
git push -u origin pr1
12. To create a pull request, click on compare and pull requests
. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.
13. Add appropriate title and description to your pull request explaining your changes and efforts done.
14. Click on Create Pull Request
.
15. Voila! You have made a PR to the project. Sit back and relax while your PR is reviewed by the maintainers.
For more information on licensing, please refer to License