1
1
<!--
2
- Please don't open an issue when submit PR.
2
+ ###############################################################################
3
+
4
+ Thank you for sharing your work and for opening a PR.
5
+
6
+ (!) IMPORTANT (!):
7
+ First make sure that you point your PR to the `develop` branch!
8
+
9
+ Now please read the comments carefully and try to provide information
10
+ on all relevant titles.
11
+
12
+ ###############################################################################
13
+ -->
14
+
15
+ <!--
16
+ Please don't open an extra issue when submiting a PR.
17
+
18
+ But if there is already a related issue, please put it's number here.
19
+
20
+ E.g. #123 or N/A
21
+ -->
3
22
4
- But if there is already a related issue, please put it's number here. E.g. #123 or N/A -->
5
23
Related Issue:
6
24
7
25
## New Behavior
8
26
9
27
<!--
10
- please describe in a few words the behavior your PR implements
28
+ Please describe in a few words the intentions of your PR.
11
29
-->
12
30
13
31
...
14
32
15
33
## Contrast to Current Behavior
16
34
17
35
<!--
18
- please describe in a few words how the new behavior is different from the current behavior
36
+ Please describe in a few words how the new behavior is different
37
+ from the current behavior.
19
38
-->
20
39
21
40
...
@@ -24,12 +43,15 @@ please describe in a few words how the new behavior is different from the curren
24
43
25
44
<!--
26
45
Please make your case here:
27
- - Why do you think this project and the community will benefit from your proposed change?
46
+
47
+ - Why do you think this project and the community will benefit from your
48
+ proposed change?
28
49
- What are the drawbacks of this change?
29
50
- Is it backwards-compatible?
30
51
- Anything else that you think is relevant to the discussion of this PR.
31
52
32
- (No need to write a huge article here. Just a few sentences that give some additional context about the motivations for the change.)
53
+ (No need to write a huge article here. Just a few sentences that give some
54
+ additional context about the motivations for the change.)
33
55
-->
34
56
35
57
...
@@ -38,7 +60,26 @@ Please make your case here:
38
60
39
61
<!--
40
62
If the README.md must be updated, please include the changes in the PR.
41
- If the Wiki must be updated, please make a suggestions below.
63
+ If the Wiki must be updated, please make a suggestion below.
42
64
-->
43
65
44
66
...
67
+
68
+ ## Proposed Release Note Entry
69
+
70
+ <!--
71
+ Please provide a short summary of your PR that we can copy & paste
72
+ into the release notes.
73
+ -->
74
+
75
+ ...
76
+
77
+ ## Double Check
78
+
79
+ <!--
80
+ Please put an x into the brackets (like `[x]`) if you've completed that task.
81
+ -->
82
+
83
+ * [ ] I have read the comments and followed the PR template.
84
+ * [ ] I have provided and explained my PR according to the information in the comments.
85
+ * [ ] My PR targets the ` develop ` branch.
0 commit comments