From 84f7f491aa218bf356e7f8731d7928adf7606ae6 Mon Sep 17 00:00:00 2001 From: Tal Derei <70081547+TalDerei@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:46:58 -0800 Subject: [PATCH] chore: pull request template (#1966) * pull request ci template * update template with descriptions * move to root * modify description --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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 0000000000..41e548a1c2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Description of Changes + +Please provide a clear and concise description of the changes made in this PR. +For UI changes, include images or videos to show the visual impact. + +## Related Issue + +Link to the issue this PR addresses. + +## Checklist Before Requesting Review + +- [ ] I have ensured that any relevant minifront changes do not cause the existing extension to break.