From 5a8441b0d4129373a79164f4a0c324d85cfd5902 Mon Sep 17 00:00:00 2001 From: Veronica Martinez Date: Fri, 10 Apr 2026 09:21:22 -0600 Subject: [PATCH 1/2] Add a PR template with a checklist of requirements before requesting a review --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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 0000000..367d9a0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +# Change Summary + +Please include a description of the change. + +## Issue ticket number + +Include a ticket number and link to the issue this pull request addresses (if applicable). + +## Checklist before requesting a review + +- [ ] Did you update the index.rst to show your page in the table of contents? +- [ ] Did you remove any internal LASP resources, links, keys, or sensitive information? +- [ ] Did you ensure your contribution is general and not user or case specific? +- [ ] Does your code follow the style guidelines of this project? +- [ ] Did you perform a self-review of your code (including a rendered check for visible formatting issues)? From a2bbae797299dada466ace4062ee9816c3f26e56 Mon Sep 17 00:00:00 2001 From: Veronica Martinez <39746325+vmartinez-cu@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:50:42 -0600 Subject: [PATCH 2/2] Add hyphen to "case-specific" Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 367d9a0..11919c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,6 @@ Include a ticket number and link to the issue this pull request addresses (if ap - [ ] Did you update the index.rst to show your page in the table of contents? - [ ] Did you remove any internal LASP resources, links, keys, or sensitive information? -- [ ] Did you ensure your contribution is general and not user or case specific? +- [ ] Did you ensure your contribution is general and not user- or case-specific? - [ ] Does your code follow the style guidelines of this project? - [ ] Did you perform a self-review of your code (including a rendered check for visible formatting issues)?