TumuGuskun / git-pr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

pip3 install -r requirements.txt
brew install gum gh
gh auth login

Put this repo in your path

# from the root folder of the repo
echo "export PATH=\$PATH:$(pwd)" >> ~/.zshrc # or ~/.bashrc

Usage

In any github repo

git pr

It will find any .md file in your .github folder and use that as a template.

To mark a section as fillable, put a comment after it with fill=true in the comment body.

### Description <!-- fill=true -->

To set the number of checkboxes you want to select in a list of checkboxes put limit=n in a comment block before the list.

<!-- limit=2 -->

-   [ ] [Describe customer-facing change]
-   [ ] Feature flagged: [exampleFlag]
-   [ ] No customer-facing change

About

License:MIT License


Languages

Language:Python 100.0%