From 975a564720a7baabcf0f93cf4262bcd60debdd8e Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:45:24 -0600 Subject: [PATCH] feat: add pull request template for better contribution guidelines --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..68c4aeb255 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +## Description + + + +## Testing + + + +- [ ] Tested locally with `uv run specify --help` +- [ ] Ran existing tests with `uv sync && uv run pytest` +- [ ] Tested with a sample project (if applicable) + +## AI Disclosure + + + + +- [ ] I **did not** use AI assistance for this contribution +- [ ] I **did** use AI assistance (describe below) + + +