Skip to content

Contribute on this repository with valid pull request to Hacktoberfest 2022 and earn amazing swags!🎁🎁πŸ”₯πŸ”₯. And You aren't allowed to Update README.md

License

Notifications You must be signed in to change notification settings

sonalikari/HacktoberFest--2022

Repository files navigation

HacktoberFest--2022

Hi HACKTOBERFEST 2022 IS HERE ‼️‼️‼️

🎭 What is Hacktoberfest ?

♦️ Hacktoberfest is a month-long challenge. It happens every year in the month of October. Hacktoberfest is open to everyone and it marks the celebration of Open Source. It's the biggest Open Source event that encourages newbies to participate in Open Source and create their 1st meaningful PR.

πŸ† πŸ† Rewards : πŸ†πŸ†

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

Excited ⁉️ 🀩 🀩 🀩

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 🎯 🎯 🎯

⚠️Rules ❕ ❕ 😼 😼 😼:

βœ… 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.

⚠️What not to do ❗ ❗ 😀 😀

❌ 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

Rules To Contribute To This Repo

  • Create a Portfolio Website.
  • Technology Used:- HTML, CSS, BOOTSTRAP, JavaScript & Reactjs.

Contributing - Open Source

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.

License

For more information on licensing, please refer to License


Thank You