From 842567d82d04c03b689464fccc7748c497c41c25 Mon Sep 17 00:00:00 2001 From: Patricio Marroquin <55117912+patricio0312rev@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:33:40 -0500 Subject: [PATCH] chore: pull request template (#88) --- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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 00000000..7b60f697 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ + + + +## Summary + + + + + + + +## Checklist + + + +- [ ] I checked the basic interactions between demo and extension, making sure wallet selection works +- [ ] I checked my UI changes against the design and there are no notable differences, including responsiveness +- [ ] I checked my (code) changes for obvious issues, debug statements and commented code +- [ ] I opened a corresponding card on Clickup for any remaining TODOs in my code +- [ ] I added a short description on how to test this PR _(if necessary)_ +- [ ] Ready to be merged + +