From ba5d688450759a64ab2f71b65838ec1d881bfcfb Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 16 Dec 2022 11:37:07 -0700 Subject: [PATCH] Remove unused checkbox in PR template --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1aca99f..de0d0ad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,4 +9,3 @@ Fixes https://github.com/bachya/aiopurpleair/issues/ - [ ] Confirm that one or more new tests are written for the new functionality. - [ ] Run tests and ensure everything passes (with 100% test coverage). - [ ] Update `README.md` with any new documentation. -- [ ] Add yourself to `AUTHORS.md`.