From 48a6c33083faa70d5a757cd7f6db3554e7ee541a Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Wed, 30 Oct 2024 12:27:04 -0700 Subject: [PATCH] Simplify PR template Signed-off-by: Tyler Ohlsen --- .github/pull_request_template.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dca1bb7..be96065a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,9 +8,6 @@ ### Check List -- [ ] New functionality includes testing. - - [ ] All tests pass -- [ ] New functionality has been documented. - [ ] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.