Skip to content

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

License

Notifications You must be signed in to change notification settings

Arshad8607716871/Hacktoberfest_2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻🍬 🦇 🍭 🎃 Hacktoberfest 2021 🎃🍭 🦇 🍬👻

image

🕯️ What is Hacktoberfest?

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.

How You Can Contribute to this repo

⚠️ Follow the Contribution guidelines

There are two (2) ways to contribute to this project:

  1. Add your name to CONTRIBUTORS.md file.
  2. Add your Python concept to the code directory

File Name Format

python-concept-name_your-name.py

  • example: binary-search_seraph776.py

🍄 How to Begin! 🍄

Click to view Instructions!

1. Folk this Repo. This will create a copy of this repository in your account.

2. Clone this repository and Navigate to the folder in your shell:

git clone git clone https://github.com/{username}/Hacktoberfest_2021.git
cd Hacktoberfest_2021  

3. Make your Contributions

  • Add your name to CONTRIBUTORS.md file
  • Add a small Python project/script of your choice

4. Create a branch, use whatever name you like.

git checkout -b <branch-name>

5. Add your files or changes to staging area:

git add .

6. Add a commit message

git commit -m "Your commit message"

7. Push the branch to GitHub

git push -u origin <branch-name>

Open a Pull Request

  1. 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>
  2. When you've selected your branch, enter a title for your pull request.
  3. The next field allows you to provide a description of the changes you made.
  4. Click Create pull request

Congratulations!

🤩 You just completed the standard fork -> clone -> edit -> pull request workflow that you'll encounter often as a contributor!


Reference Links


Contributors

License

This project is Public Domain and licensed under the MIT License.

About

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.2%
  • HTML 47.8%