From ddc49fcadf82a8994a5f2b737e6a9fed6d4fcdd8 Mon Sep 17 00:00:00 2001 From: Yourui Ruan <118780080+YouruiR@users.noreply.github.com> Date: Sat, 20 May 2023 15:25:50 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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..076a7f8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +## Overview + +Issue Type + +- [x] Bug +- [ ] Feature +- [ ] Tech Debt + +Description +A clear and concise description of the issue. + +Ticket Item + +Figma link - optional +Spec link - optional + +Steps to Reproduce Bug / Validate Feature / Confirm Tech Debt Fix + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +Previous behavior +A clear and concise description of what was originally happening. + +Expected behavior +A clear and concise description of what you expected to happen. + +Screenshots & Videos +If applicable, add screenshots and videos to help explain your issue type. + +Additional context +Add any other context about the problem here.