You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
## Changes in this PR
2
+
<!--
2
3
*Clearly and concisely summarize the changes you are making. Bullet points are completely okay. Please be specific, saying "improves X" is not enough!*
4
+
-->
3
5
4
6
### Why are you making these changes?
7
+
<!--
5
8
*Explain why these changes are necessary. Link to GitHub issues here with the format `fixes: #XXX` to indicate this PR resolves the issue.*
9
+
-->
6
10
7
11
### Are any changes breaking? (IMPORTANT)
12
+
<!--
8
13
*Will merging this PR change `poly`'s API in a non-backwards-compatible manner?*
9
14
10
15
*Examples of breaking changes:*
@@ -17,6 +22,7 @@
17
22
* *Adding a function.*
18
23
* *Fixing a bug in a function/method.*
19
24
* *Creating a new package.*
25
+
-->
20
26
21
27
## Pre-merge checklist
22
28
*All of these must be satisfied before this PR is considered
0 commit comments