Hacktoberfest A month-long celebration of open source software 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.
There are two (2) ways to contribute to this project:
- Add your name to
CONTRIBUTORS.md
file. - Add your
Python
concept to thecode
directory
- example: binary-search_seraph776.py
Click to view Instructions!
git clone git clone https://github.com/{username}/Hacktoberfest_2021.git
cd Hacktoberfest_2021
- Add your name to
CONTRIBUTORS.md
file - Add a small
Python
project/script of your choice
git checkout -b <branch-name>
git add .
git commit -m "Your commit message"
git push -u origin <branch-name>
- Go to your repository on GitHub, you'll see a
Compare & pull request
button. Click on that button. Then submit your pull request as follows:- From the
Pull requests
tab, click New pull request - In the
base:
drop-down menu, make sure the "master" branch is selected - In the
compare:
drop-down menu, select<your-branch-name>
- From the
- When you've selected your branch, enter a title for your pull request.
- The next field allows you to provide a description of the changes you made.
- Click Create pull request
🤩 You just completed the standard fork -> clone -> edit -> pull request workflow that you'll encounter often as a contributor!
-
Here is a great tutorial for creating your first pull request by Roshan Josse
This project is Public Domain and licensed under the MIT License.