Skip to content

Commit

Permalink
feat: update github pull request template locations
Browse files Browse the repository at this point in the history
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 <scottschreckengaust@users.noreply.github.com>
  • Loading branch information
scottschreckengaust authored Jul 22, 2024
1 parent dd5bb4b commit c2d0f40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rulesets/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down

0 comments on commit c2d0f40

Please sign in to comment.