From b1d01b19505f1d0f468191c1caa4b2da4aa34e2e Mon Sep 17 00:00:00 2001 From: Evan Rittenhouse Date: Tue, 23 May 2023 21:17:38 -0500 Subject: [PATCH] Add a PR template (#4582) --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ .pre-commit-config.yaml | 1 + 2 files changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000000..5b6455590f091b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +## Summary + + + +## Test Plan + + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ee34d6d613f00..4283cdcfefa533 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,7 @@ repos: - --disable - MD013 # line-length - MD033 # no-inline-html + - MD041 # first-line-h1 - -- - repo: https://github.com/crate-ci/typos