From 8a26f2f1d5374863cad1f66a923a7322548d8e08 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:07:27 +0100 Subject: [PATCH] Fix script path in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b62b40d3f..6bfe680f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ _[One line description of your change]_ - [ ] I've updated the documentation if necessary #### If you've made changes to `gyb` files -- [ ] I've run `.script/generate_boilerplate_files_with_gyb` and included updated generated files in a commit of this pull request +- [ ] I've run `./scripts/generate_boilerplate_files_with_gyb.sh` and included updated generated files in a commit of this pull request ### Motivation: @@ -21,4 +21,4 @@ _[Describe the modifications you've done.]_ ### Result: -_[After your change, what will change.]_ \ No newline at end of file +_[After your change, what will change.]_