From 0b09b2de9c38894adff193b5d6aab7689a6fbcc7 Mon Sep 17 00:00:00 2001 From: Sam Evans <47793072+Sevans711@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:26:19 -0400 Subject: [PATCH] add AI disclosure to PR form Also, tiny wording change for "Expected Usage" section comment. It's tricky to comment out a section; much easier to delete a section. So, now it says to delete it (if it doesn't apply) instead of to comment it out. --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 24cfbb6ad..59f89f8da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,7 @@ Closes #XXX ## Expected Usage + You may ignore this step if it is not applicable (delete this section). --> ```Python import uxarray as ux @@ -61,6 +61,19 @@ other_output = uxds.some_function(some_param = True) - [ ] New notebook examples referenced in appropriate .rst file (gallery: `docs/gallery.rst`; guide: `docs/userguide.rst`; quickstart: `docs/quickstart.rst`) - [ ] New notebook gallery examples added entry in `docs/gallery.yml` with appropriate thumbnail photo in `docs/_static/thumbnails/` + +## AI Disclosure + + +AI Usage: + +- [ ] I take responsibility for all AI-generated content in my PR. +- [ ] I have tested all AI-generated content in my PR. +