We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3806f commit 00cddc6Copy full SHA for 00cddc6
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,32 @@
1
+## What type of PR is this?
2
+
3
+- [ ] Feature
4
+- [ ] Bugfix
5
+- [ ] Test
6
+- [ ] Documentation
7
+- [ ] Refactor
8
9
+## What this PR does / why we need it:
10
11
12
+## Which issue(s) this PR fixes:
13
+<!--
14
+*Automatically closes linked issue when PR is merged.
15
+Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
16
+_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
17
+-->
18
+Fixes #
19
20
21
+## Does this PR introduce a user-facing change?
22
23
+If no, just write "NONE" in the release-note block below.
24
+If yes, a screenshot is required:
25
26
+- [ ] Yes(screenshot is required)
27
+- [ ] No
28
29
30
+## Special notes for your reviewer:
31
32
0 commit comments