Skip to content

Commit 8ead5ba

Browse files
authored
Merge pull request #13 from kerthcet/cleanup/pull-request-temp
Add pull request template
2 parents 4d30e65 + f5d8150 commit 8ead5ba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#### What this PR does / why we need it
2+
3+
#### Which issue(s) this PR fixes
4+
<!--
5+
*Automatically closes linked issue when PR is merged.
6+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
7+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
8+
-->
9+
Fixes #
10+
11+
#### Special notes for your reviewer
12+
13+
#### Does this PR introduce a user-facing change?
14+
<!--
15+
If no, just write "NONE" in the release-note block below.
16+
If yes, a release note is required:
17+
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
18+
-->
19+
```release-note
20+
21+
```

0 commit comments

Comments
 (0)