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 +``` +