Skip to content

ToBeMoreHuman/first-pr-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

first-pr-practice

A tiny practice repo for learning the GitHub pull request workflow.

What this is

This repo exists so you can practice the full loop of making a change, opening a pull request, and merging it — without any risk to a real project.

Add two numbers

A small Python function to demonstrate the workflow:

def add(a, b):
    """Return the sum of a and b."""
    return a + b

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors