From 24f3f440f1dca8ba7d4143dae3d37d9e77688c1d Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Mon, 1 Aug 2022 13:04:38 -0400 Subject: [PATCH] Adding GitHub check to ensure PRs have the proper X/Y/Z flags --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/pr_body_check.yml | 45 +++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/pr_body_check.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b0409049..2495a10f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ the change does. - Breaking Change - New or Enhanced Feature - - Bug or Docs Fix + - Bug, Docs Fix or other nominal change ##### ADDITIONAL INFORMATION