Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.21 KB

Contribution.md

File metadata and controls

20 lines (17 loc) · 1.21 KB

Are you excited to contribute to Python Projects 😍

Join the Python Party - Bring Your Own Snacks and Code!

How to contribute 😎
Steps To Follow

  • Select or create an issue and ask to be assigned to it.
  • Check existing scripts.
  • Star the repository.
  • On the GitHub page for this repository, click on the Button "Fork".
  • Clone the forked repository or directly use the github dashboard for making changes.
  • Create the folder with desired project name, add, write or upload your code in that folder.
  • Don't forget to add a README.md in your folder, according to the README_TEMPLATE.
  • Add your project name and link to the README.md file of the repository. For e.g
5. [your-project-folder-name](https://github.com/31Sanskrati/Python_Projects/tree/main/<your-project-folder-name>)
  • Go to the GitHub page of your fork, and make a pull request:

  • Now wait, until one of us reviews your Pull Request! If there are any conflicts, you will get a notification.

    Read more about contributing on GitHub help pages.