From 7fcfa8dd0c9984586bf37591d9089e7dfe281163 Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Wed, 14 Jan 2026 15:03:57 -0600 Subject: [PATCH] chore[dev): Add PR helper to instruction --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b3b08fb8..68426094 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,14 @@ Common Flake8 issues in the codebase include: - **Code complexity** (C901): Refactor complex functions When contributing to this project, please try to fix linting issues in the files you modify. + +### Pull Request Command +While this project is in development, +it is useful to use `gh pr` to create the pull-requests, +so they can be associated with the GitHub project, +as compared to the FireEgg event. + +```sh +gh pr create -B staging -p "S3EC-Python" -f +``` +