diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..11919c0 --- /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)?