GithubHelp home page GithubHelp logo

prajakta102 / hackpython-21 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyguru123/hackfest21

0.0 0.0 0.0 22.83 MB

Only valid pull requests will be allowed. Use python only and readme changes will not be accepted.

Python 31.51% Jupyter Notebook 68.49%

hackpython-21's Introduction

GitHub issues GitHub stars Hits GitHub forks Author License Maintained

😎😎😎Hacktoberfest-2021 contribution Repo for Beginners😎😎😎


Open source is changing the world - one pull request at a time. 🚀 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.

🎯 If you are a beginner, and looking for your first contribution, we are here to help. Just create a simple designing pattern using python language you like in our Patterns folder which will be counted as your first PR. 🎯

Just 5 simple steps to earn your t-shirt for Hacktoberfest 2021

  1. 🎯Open the Patterns folder in your code editor of your choice.
  2. 🎯Make any design pattern you like using python language.
  3. 🎯Save your changes and give its a proper name.
  4. 🎯Upload the screenshot of your pattern in Pattern_ScreenShots folder and give its same name as your code file name.
    5 🎯Now add your profile details in Contributors.md file (Name, GitHub Username, Project / File, Email Id).
  5. 🎯Done! You are ready to create your pull request. But be sure to fetch the repo before sending the PR to escape from any conflict.

💥💥💥 Some Work Have Been Done For You As An Example

🛑🛑🛑 ELIGIBILITY CRITERIA 🛑🛑🛑

  • Same Pattern will not be accepted
  • Star & Fork the Repository
  • Must fill contributors.md

### 💻 Our repo is open to beginner contributors who want to participate and complete successful PR Request.

Instructions: 🙅🏼 🙅🏼‍♂️

1. 👇🏻Register yourself for Hacktoberfest 2021

2. 👇🏻Star and Fork this Repository

⚡ You can star ⭐ and fork 🍽️ this repository on GitHub by navigating at the top of this repository.
⚡ GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.
⚡ When you’re on the main page for the repository, you’ll see a button to "Star" and “Fork” the repository on your upper right-hand side of the page, underneath your user icon.

3. 👇🏻Clone the Repository

⚡ To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
⚡ We’ll use the git clone command along with the URL that points to your fork of the repository.
⚡ Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:

git clone https://github.com/pyGuru123/Hacktoberfest-2021.git

4. 👇🏻Add your code

⚡ Make Changes Locally.
⚡ Once you have added new files or folders to the project, you can add them to your local repository, which you can do with the git add command. Let’s add the -A flag to add all changes that we have made : git add -A or git add .
⚡ Next, we’ll want to record the changes that we made to the repository with the git commit command.
⚡ The commit message is an important aspect of your code contribution; It helps the other contributors fully understand the change you have made, why you made it, and how significant it is. Additionally, commit messages provide a historical record of the changes for the project at large, helping future contributors along the way. Thus, you must ensure that you write a meaningful commit message. If in a confusion, refer to the good contribution guidelines included in the CONTRIBUTING.md .
⚡ Now, you can record that with the -m flag and the message in quotes:
Example:
git commit -m "Updated Readme.md"
⚡ At this point you can use the git push command to push the changes to the current branch of your forked repository:
Example:
git push

5. 👇🏻Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

👑 👑 Hurray!!! You just got closer to completing your hacktoberfest challenge. 😃

🎩 Check your Hacktoberfest Contribution status at: 🙅🏼‍♂️ hacktoberfest.digitalocean.com/profile


😎🙏 Thanks to Our Awesome Contributors 🙏😎

hackpython-21's People

Contributors

aaqilsh avatar alphasingh avatar ankan2526 avatar arizkinewbie avatar c0mrd avatar chandana-23 avatar cmapawankumar avatar deepakgurram avatar deviloper007 avatar deviloper07 avatar firehead90544 avatar gurramdeepak avatar harshit-gajera avatar himsahu avatar join2aj avatar mammothneck avatar paranjoyg avatar pranav082001 avatar prasadbobby avatar pyguru123 avatar rushikeshadhav avatar saumiya-ranjan avatar shrey19702 avatar shrutipandey27 avatar smitaranii avatar styxoo7 avatar sumitkk10 avatar swatkj avatar uttams237 avatar vishaaal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.