Skip to content

Commit 4bed1e1

Browse files
authored
Add PR template
1 parent 8728968 commit 4bed1e1

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!-- IF A SECTION IS NOT APPLICABLE TO YOU, PLEASE DELETE IT!! -->
2+
3+
<!-- 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" -->
4+
5+
6+
## Overview
7+
8+
<!-- Summarize your changes here. -->
9+
10+
11+
12+
## Changes Made
13+
14+
<!-- Include details of what your changes actually are and how it is intended to work. -->
15+
16+
17+
18+
## Test Coverage
19+
20+
<!-- 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. -->
21+
22+
23+
24+
## Next Steps (delete if not applicable)
25+
26+
<!-- If this is part of a multi-PR change, please describe what changes you plan on addressing in future PRs. -->
27+
28+
29+
30+
## Related PRs or Issues (delete if not applicable)
31+
32+
<!-- List related PRs against other branches/repositories. -->
33+
34+
35+
36+
## Screenshots (delete if not applicable)
37+
38+
<!-- This could include of screenshots of the new feature / proof that the changes work. -->
39+
40+
<details>
41+
42+
<summary>Screen Shot Name</summary>
43+
44+
45+
<!-- Insert file link here. Newlines above and below your link are necessary for this to work. -->
46+
47+
48+
</details>

0 commit comments

Comments
 (0)