From ef36af5e96df8abc542dae2bf1a24a8d6c56ee4a Mon Sep 17 00:00:00 2001 From: amyleadem Date: Fri, 21 Jun 2024 06:18:13 -0700 Subject: [PATCH 1/2] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 85 ++++++++++++++++++++++++++++++++ 1 file changed, 85 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..245cba3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,85 @@ + + + + +# Summary + +_Provide a one or two sentence summary of the update that can be used in the release notes._ + + +## Related issue + +Closes #_[issue_no]_ + + +## Problem statement + +_Summarize the problem this PR solves in a clear and concise statement._ + + +## Solution + +_Provide a summary of the solution this PR offers._ + + +## Testing and review + +_Share recommended methods for reviewing this change._ + + +## Dependency updates + +_List dependency updates in a table._ + \ No newline at end of file From 326f0f9fabe62c119d0a35a7cb8fba0064bb6795 Mon Sep 17 00:00:00 2001 From: Amy Leadem <93996430+amyleadem@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:13:31 -0700 Subject: [PATCH 2/2] Fix typo "uswds-compille" Co-authored-by: James Mejia --- .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 245cba3..126652e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,7 +30,7 @@ _Provide a one or two sentence summary of the update that can be used in the rel ## Related issue