From 2b79b46edceece7de51bd5cde68a823c5c56b0c6 Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Fri, 1 May 2026 08:57:29 -0700 Subject: [PATCH] Add AI Covenant checklist item to PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f4d3c2a5..92f036dc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,7 @@ # Dev Checklist: - [ ] My code follows the guidelines at https://sites.google.com/lbl.gov/trussresources/home?authuser=0 +- [ ] My submission follows the [AI Covenant](/AI_COVENANT.md) principles - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation