From 1dd88795c342911a2efd97c8529fd2b5876c5d6a Mon Sep 17 00:00:00 2001 From: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com> Date: Wed, 29 Mar 2023 11:05:26 +0500 Subject: [PATCH] fix: update pull request template (#798) --- .github/pull_request_template.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 129723cd..0b15f18f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,11 +2,16 @@ Include a description of your changes here, along with a link to any relevant Jira tickets and/or Github issues. +#### JIRA + +[XXX-XXXX](https://2u-internal.atlassian.net/browse/XXX-XXXX) + #### How Has This Been Tested? Please describe in detail how you tested your changes. #### Screenshots/sandbox (optional): + Include a link to the sandbox for design changes or screenshot for before and after. **Remove this section if its not applicable.** |Before|After| @@ -21,4 +26,4 @@ Include a link to the sandbox for design changes or screenshot for before and af #### Post-merge Checklist * [ ] Deploy the changes to prod after verifying on stage or ask **@openedx/vanguards** to do it. -* [ ] 🎉 🙌 Celebrate! Thanks for your contribution. \ No newline at end of file +* [ ] 🎉 🙌 Celebrate! Thanks for your contribution.