File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Submit a pull request
2
+
3
+ Thank you for submitting a pull request! To speed up the review process, please ensure that everything below
4
+ is true:
5
+
6
+ 1 . This is not a duplicate of an existing pull request.
7
+ 2 . No existing features have been broken without good reason.
8
+ 3 . Your commit messages are detailed
9
+ 4 . The code style guideline have been followed.
10
+ 5 . Documentation has been updated to reflect your changes.
11
+ 6 . Tests have been added or updated to reflect your changes.
12
+ 7 . All tests pass.
13
+
14
+ ---
15
+
16
+ Replace any ":question : " below with information about your pull request.
17
+
18
+ ## Pull Request Details
19
+
20
+ Provide details about your pull request and what it adds, fixes, or changes.
21
+
22
+ :question :
23
+
24
+ ## Breaking Changes
25
+
26
+ Describe what features are broken by this pull request and why, if any.
27
+
28
+ :question :
29
+
30
+ ## Issues Fixed
31
+
32
+ Enter the issue numbers resolved by this pull request below, if any.
33
+
34
+ 1 . :question :
35
+
36
+ ## Other Relevant Information
37
+
38
+ Provide any other important details below.
You can’t perform that action at this time.
0 commit comments