Skip to content

Commit 9febee0

Browse files
authored
Create pull_request_template.md
1 parent 3a6df55 commit 9febee0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/pull_request_template.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## What type of PR is this? (check all applicable)
2+
3+
- [ ] Refactor
4+
- [ ] Feature
5+
- [ ] Bug Fix
6+
- [ ] Optimization
7+
- [ ] Documentation Update
8+
9+
## Description
10+
11+
## Related Tickets & Documents
12+
13+
<!--
14+
For pull requests that relate or close an issue, please include them
15+
below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
16+
17+
For example having the text: "closes #1234" would connect the current pull
18+
request to issue 1234. And when we merge the pull request, Github will
19+
automatically close the issue.
20+
-->
21+
22+
- Related Issue #
23+
- Closes #
24+
25+
## QA Instructions, Screenshots, Recordings
26+
27+
_Please replace this line with instructions on how to test your changes, a note
28+
on the devices and browsers this has been tested on, as well as any relevant
29+
images for UI changes._
30+
31+
32+
## Added/updated tests?
33+
34+
- [ ] Yes
35+
- [ ] No, and this is why: _please replace this line with details on why tests
36+
have not been included_
37+
- [ ] I need help with writing tests
38+
39+
## [optional] Are there any post deployment tasks we need to perform?

0 commit comments

Comments
 (0)