From 51152e83d1fe84e8f60fd540cb5da11fca50aaa3 Mon Sep 17 00:00:00 2001 From: Althea Denlinger Date: Wed, 17 Jul 2024 15:00:20 -0600 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e3fbd888..bdea0c14 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,9 @@ Below are a few things we ask you or your reviewers to kindly check. ***Remove checks that are not relevant by deleting the line(s) below.*** --> Checklist +* [ ] Developer's Guide has been updated +* [ ] API documentation in the Developer's Guide (`api.md`) has any new or modified class, method and/or functions listed +* [ ] Documentation has been [built locally](https://docs.e3sm.org/mache/main/developers_guide/building_docs.html) and changes look as expected * [ ] `Testing` comment in the PR documents testing used to verify the changes