From 13abbe3a88132e5cc507ae329e32dfead6b45aa8 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Thu, 27 Jun 2024 17:01:13 -0700 Subject: [PATCH] remove checklist --- .github/pull_request_template.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ea01d58cf1..7abe7810e0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,8 +10,4 @@ - [ ] Tested in development environment - [ ] Go unit tests - [ ] Go integration tests -- [ ] Tested via GitHub Actions - -# Checklist: - -- [ ] I have added unit tests that prove my fix feature works +- [ ] Tested via GitHub Actions