Skip to content

Commit cbb5fc8

Browse files
authored
feat: Add Issue section to PR template (Codecademy#4259)
* feat: Add Issue section to PR template * fix: revise formatting * fix: change sentence in the last checkbox * fix: revise sentences Co-authored-by: Ishwari Garge <[email protected]> * Format error ---------
1 parent 1569019 commit cbb5fc8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Of course, you can opt not to do this and be listed as an "Anonymous contributor
1919

2020
<!-- Please write a summary of the change, such as which topic(s) and file(s) that you have edited or created. Please also include relevant motivation and context: -->
2121

22+
### Issue Solved
23+
24+
<!--
25+
Please use the following format(s) to link the issue numbers that your contribution addresses:
26+
Closes #issue-number (where `issue-number` corresponds to the PRs' respective issue)
27+
-->
28+
2229
### Type of Change
2330

2431
<!--- Please delete or cross off the bullet point(s) that are irrelevant to this PR: -->
@@ -39,7 +46,7 @@ Of course, you can opt not to do this and be listed as an "Anonymous contributor
3946
- [ ] I have made corresponding changes to the documentation if needed.
4047
- [ ] I have confirmed my changes are not being pushed from my forked `main` branch.
4148
- [ ] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
42-
- [ ] Under "Development" on the right, I have linked any issues that are relevant to this PR (write "Closes #<issue number> in the "Description" above).
49+
- [ ] I have linked any issues that are relevant to this PR in the `Issues Solved` section.
4350

4451
<!--
4552
Having trouble with the PR checker? Here are some common issues and resolutions:

0 commit comments

Comments
 (0)