File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
| BC breaks? | no|yes
6
6
| Deprecations? | no|yes
7
7
| Related tickets | fixes #X, partially #Y, mentioned in #Z
8
+ | Documentation | if this is a new feature, link to pull request in https://github.com/php-http/documentation that adds relevant documentation
8
9
| License | MIT
9
10
10
11
11
12
#### What's in this PR?
12
13
13
- Explain the contents of the PR.
14
+ Explain what the changes in this PR do .
14
15
15
16
16
17
#### Why?
@@ -31,11 +32,12 @@ $foo->doSomething();
31
32
```
32
33
33
34
34
- #### BC Breaks/Deprecations
35
+ #### Checklist
35
36
36
- Describe BC breaks/deprecations here. (remove this section if not needed)
37
+ - [ ] Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
38
+ - [ ] Documentation pull request created (if not simply a bugfix)
37
39
38
40
39
41
#### To Do
40
42
41
- - [ ] Add tests
43
+ - [ ] If the PR is not complete but you want to discuss the approach, list what remains to be done here
You can’t perform that action at this time.
0 commit comments