Skip to content

Gitneenu/open-source-practice-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Practice Lab

A simple repo to help you practice real open-source workflows.

What’s Inside

  • Python functions (src/)
  • Test cases (tests/)
  • Docs (docs/)
  • Beginner & intermediate issues
  • CI pipeline (GitHub Actions)

Prerequisites

Make sure you have the following installed: 1.Python 3.7 or higher 2.Git 3.pip (Python package installer)

Run Code

git clone https://github.com/[yourname]/open-source-practice-lab.git cd open-source-practice-lab

Install Dependecies

[For requirement.txt] - pip install -r requirements.txt [intsall necessary packages mentioned] - pip install package_name

To run particular file under src

  • python src/some_module.py

To run all tests

[run in terminal] pytest OR if you dont have pytest then just run python -m unittest

How to Contribute

We have a detailed, beginner-friendly guide to help you get started.

👉 Read the Step-by-Step Contributing Guide

It covers:

  1. Setting up Git and GitHub
  2. Forking and Cloning
  3. Making changes and running tests
  4. Submitting your first Pull Request

Happy contributing!

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%