diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 98c407d..63b4f17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,15 @@ ## Description -* Describe the changes made and why they were made. -* Add a link to teh design document or include the design bullet points related to this PR here. - - _(Ignore if these details are present on the associated JIRA ticket)_ +* PR title should have jira ticket enclosed in `[]`.
+ Format: ``` [jira_ticket] description```
+ ex: [phee-123] PR title. +* Add a link to the Jira ticket. +* Describe the changes made af these details are present on the associated JIRA ticket)_ ## Checklist Please make sure these boxes are checked before submitting your pull request - thanks! +- [ ] Followed the PR title naming convention mentioned above. - [ ] Design related bullet points or design document link related to this PR added in the description above.