From 7d3e55e206f75d407b1a71f5001276409e7ec281 Mon Sep 17 00:00:00 2001 From: Darren Arbon <35709034+darrenarbon@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:27:29 +0000 Subject: [PATCH] docs: add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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..604804a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +#### Problem +- TA-XXX + +* What is happening for the user? +* What is happening technically? + +#### Example +(example or details of how to recreate the issue) + +(screenshots of new/changed behaviour if applicable) + +#### Change/Fix +(how this PR attempts to fix the issue or add the desired change) + +#### Checklist +- [ ] PO review +- [ ] UX review +- [ ] Accessibility review (See: https://github.com/talis/elevate-app/wiki/Accessibility)