From d4753897ec42ceefd2da940b7fe192ebf7987406 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 17 Apr 2026 13:45:39 -0700 Subject: [PATCH] Remove CI passing checklist from PR template Removed the checklist item for ensuring CI is passing. We don't really have CI as of yet and it's confusing to list that requirement. If we do add CI, we'll make it required instead of adding it to the template checklist. --- .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 56ed6372..176b553f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,7 +29,6 @@ Link to application or project’s homepage: TODO Please ensure you accomplish these tasks in order to get your contribution accepted ---> - [ ] I have read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and understand my PR will be closed if it doesn't meet these guidelines -- [ ] I have ensured CI is passing