Skip to content

Commit 9b7e66e

Browse files
authored
Update PR template (#72)
1 parent e8785a0 commit 9b7e66e

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,16 @@ This PR template is here to help ensure you're setup for success:
55
-->
66

77
**JIRA Ticket:**
8-
[SOMEPROJECT-42](https://jira.cms.gov/browse/SOMEPROJECT-42)
8+
[BB2-XXXX](https://jira.cms.gov/browse/BB2-XXXX)
99

10-
**User Story or Bug Summary:**
11-
12-
<!-- Please copy-paste the brief user story or bug description that this PR is intended to address. -->
1310

1411
### What Does This PR Do?
15-
1612
<!--
1713
Add detailed description & discussion of changes here.
18-
The contents of this section should be used as your commit message (unless you merge the PR via a merge commit, of course).
19-
20-
Please follow standard Git commit message guidelines:
21-
* First line should be a capitalized, short (50 chars or less) summary.
22-
* The rest of the message should be in standard Markdown format, wrapped to 72 characters.
23-
* Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behavior.
24-
* List all relevant Jira issue keys, one per line at the end of the message, per: <https://confluence.atlassian.com/jirasoftwarecloud/processing-issues-with-smart-commits-788960027.html>.
25-
26-
Reference: <https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project>.
2714
-->
2815

2916
### What Should Reviewers Watch For?
30-
3117
<!--
32-
Add some items to the following list, or remove the entire section if it doesn't apply for some reason.
33-
3418
Common items include:
3519
* Is this likely to address the goals expressed in the user story?
3620
* Are any additional documentation updates needed?
@@ -40,6 +24,11 @@ Common items include:
4024
* Can you find any bugs if you run the code locally and test it manually?
4125
-->
4226

43-
If you're reviewing this PR, please check these things, in particular:
27+
If you're reviewing this PR, please check for these things in particular:
28+
<!-- Add some items here -->
29+
30+
### Validation
4431

45-
- TODO
32+
<!--
33+
Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.
34+
-->

0 commit comments

Comments
 (0)