Skip to content

Commit 0ca342b

Browse files
authoredAug 22, 2024··
Update pull_request_template.md
1 parent 497283f commit 0ca342b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/pull_request_template.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## Related GitHub Issue
55

66
<!--- Please link to the GitHub issue here. -->
7-
closes #<👉INSERT ISSUE NUMBER HERE👈>
7+
closes #<👉INSERT_ISSUE_NUMBER_HERE👈>
88

99
## Screenshots (if appropriate):
1010

1111
<!--- If your pull request changes the UI, please include before/after screenshots. -->
1212

1313
_Before_ code change:
14-
> ![](...)
14+
> ![](<INSERT_SCREENSHOT URL_HERE>)
1515
1616
_After_ code change:
17-
> ![](...)
17+
> ![](<INSERT_SCREENSHOT URL_HERE>)
1818
1919
## How Has This Change Been Tested?
2020

0 commit comments

Comments
 (0)
Please sign in to comment.