From c2d0f40299d94d60e7eb0bf3bcc740945bbd24c0 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Mon, 22 Jul 2024 14:04:17 -0700 Subject: [PATCH 1/2] feat: update github pull request template locations Including the other GitHub [documented](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) locations for pull request templates. Signed-off-by: Scott Schreckengaust --- rulesets/default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rulesets/default.json b/rulesets/default.json index 9b22ef2a..37468e14 100644 --- a/rulesets/default.json +++ b/rulesets/default.json @@ -179,7 +179,10 @@ "dirs": true, "globsAny": [ "PULL_REQUEST_TEMPLATE*", - ".github/PULL_REQUEST_TEMPLATE*" + ".github/PULL_REQUEST_TEMPLATE*", + ".github/pull_request_template.md", + "docs/pull_request_template.md", + "pull_request_template.md" ] } } From 0ccdcd87f28ae9ea66cad1ce4d7d1aa308be84f2 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Mon, 22 Jul 2024 16:28:59 -0700 Subject: [PATCH 2/2] fix: add docs directory Signed-off-by: Scott Schreckengaust --- rulesets/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rulesets/default.json b/rulesets/default.json index 37468e14..2ebaa42e 100644 --- a/rulesets/default.json +++ b/rulesets/default.json @@ -182,6 +182,7 @@ ".github/PULL_REQUEST_TEMPLATE*", ".github/pull_request_template.md", "docs/pull_request_template.md", + "docs/PULL_REQUEST_TEMPLATE*", "pull_request_template.md" ] }