Skip to content

Commit 86bdc07

Browse files
committed
Add PR Template
1 parent e83b4f3 commit 86bdc07

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-- IF A SECTION IS NOT APPLICABLE TO YOU, PLEASE DELETE IT!! -->
2+
<!-- Your title should be able to summarize what changes you’ve made in one sentence. For example: “Exclude staff from the check for follows”. For stacked PRs, please indicate clearly in the title where in the stack you are. For example: “[Eatery Refactor][4/5] Converted all files to MVP model” -->
3+
## Overview
4+
<!-- Summarize your changes here. -->
5+
## Changes Made
6+
<!-- Include details of what your changes actually are and how it is intended to work. -->
7+
## Test Coverage
8+
<!-- Describe how you tested this feature. Manual testing and/or unit testing. Please include repro steps and/or how to turn the feature on if applicable. -->
9+
## Next Steps (delete if not applicable)
10+
<!-- If this is part of a multi-PR change, please describe what changes you plan on addressing in future PRs. -->
11+
## Related PRs or Issues (delete if not applicable)
12+
<!-- List related PRs against other branches/repositories. -->
13+
## Screenshots (delete if not applicable)
14+
<!-- This could include of screenshots of the new feature / proof that the changes work. -->
15+
<details>
16+
<summary>Screen Shot Name</summary>
17+
<!-- Insert file link here. Newlines above and below your link are necessary for this to work. -->
18+
</details>
19+

0 commit comments

Comments
 (0)