Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

contributing.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

Contribution Guide

How to contribute:

  1. Star ⭐ & FORK this repository

  2. Clone the repository to your device

  3. It is recommended that you create a new branch for each issue/program you wish to submit

  4. In the PROGRAMS directory, create your python program, do not forget to add meaningful comments for readers to understand

  5. In the readme.md file's List of Programs section, add a description of your code in the following manner.

    - ### [Your Program's Name](PROGRAMS/<program_filename.py>)
    
        A small description of your program, in about 120-150 characters.
        Please try not to exceed 200 characters.
  6. Commit your changes with appropriate message

  7. Create a pull request from your branch to the main branch of the Upstream Repository

  8. Add a description of your program(s) in the PR's comment

🥳 CONGRATULATIONS!

You just pushed your python code to this repository

Hang tight, and soon you'll be notified when I merge your pull request or if it needs updates.