From 610fc4ef3ab7ecd9cf1ffc9a83e6c5d925d02fb3 Mon Sep 17 00:00:00 2001 From: Teagan King Date: Thu, 17 Oct 2024 09:42:25 -0600 Subject: [PATCH] update pull request tempalte --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2a9af34..53469c6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,7 @@ -### All Submissions: +### Description of changes: -* [ ] Have you followed the guidelines in our [Contributor's Guide](https://github.com/NCAR/CUPiD/wiki/Contributor's-Guide) (including the `pre-commit` check)? +* [ ] Have you followed the guidelines in our [Contributor's Guide](https://ncar.github.io/CUPiD/ContributorGuide.html)? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? - - - -### New Feature Submissions: - -1. [ ] Does your submission pass tests? -2. [ ] Have you lint your code locally prior to submission? - -### Changes to Core Features: - +* [ ] Have you made sure that the `pre-commit` checks passed? * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you successfully tested your changes locally?