๐ ๐ฏ HacktoberFest 2022 ๐ป ๐ Contribute in Opensource
This is a repository for anyone wishing to contribute to HacktoberFest 2022
30Daysofcodes.com
Celebrate Hacktoberfest 2022 by Contributing in OPEN SOURCE PROJECTStart Hacking ๐ in
Technology | Directory or File | Label | What to Contribute? |
---|---|---|---|
Devtools | dev-tools.md | devtools |
Chrome Extentions, iOS or Android Apps, Mac, Web tools |
PHP | /PHP | PHP |
PHP Projects, Learning Resources, etc. |
Python | /Python | python |
python Projects, Learning Resources, etc. |
Javascript | /Javascript | Javascript |
Projects, Learning Resources, Libraries etc. |
ReactJS / NextJS | /React | React |
Projects, Learning Resources, etc. |
Web security / Pentest | /websec | web security |
Projects, Learning Resources, tools etc. |
OS | /OS | operating system |
Projects, Learning Resources etc. |
DBMS | / dbms | dbms |
Projects, Learning Resources etc. |
DSA | / language/(array,linkedlist....tree) | dsa |
Projects,Questions, Learning Resources etc. |
Swift | /Swift | Swift |
Swift Projects, Learning Resources, etc. |
Steps for Contribution after fork and ๐ the repo
STEP-1 Make Changes and add Label of Technology
STEP-2 Create Valid PR
CONTRIBUTING.md for more about contributing using GITHUB website
ReadCelebrate Hacktoberfest by getting involved in the open source community by completing 4 quality PRs
in this project.
Starโญ this repo first
This repository is open to all members
of the GitHub community
. Any member may contribute to this project without being a collaborator.
While we accept data structures and algorithms codes (just like other repos) we will give high appreciation
to Pull Requests involving pure DEV
fields mentioned above !
All valid PRs
will be merged or suitable tags like hacktober-accepted will be given while spam PRs will be given spam label which will affect your participation in hactoberfest
Keep patience
we will try to cover as many PRs and reduce possible delays
Quick FAQ :
What is Hacktoberfest?
: A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
How to contribute to this project :D
1) Fork and Clone this repo using $git
2) Do ... changes (follow Getting Started Steps)
3) Commit and push to your forked version !
4) Github will tell that "your branch is ahead of original repo . Do you wanna make a pull request ?" Go for it
5) After making pull request , go to "Issues" tab of repository and create new issue , body of which contains what you have done and a request to assign it to you.
6) After verification of your Pull Request (PR) we'll close the issue .
Getting started
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone https://github.com/your-username/Hacktoberfest-2022.git
- Create a branch
git checkout -b branch-name
- Make your changes (choose from any task below)
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Star this repository
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
Updating your repository
If you get this message 'This branch is ___ commits behind beginnerGuides:main.', follow below steps:
- Click on Fetch Upstream -> Fetch and merge
- Open up terminal on your local machine and run this cmd.
git pull origin branch-name
Contributers
Our contributors ### Contributing :
You can choose directory of your preferred tech stack and follow the contributing rules - make folder / proper file name and proper extension.
Read CONTRIBUTING.md for more about contributing using GITHUB website