Skip to content

Commit 7b1d91f

Browse files
committed
Merge pull request #22 from php-http/mention-doc
adjust pull request template
2 parents 64b5fee + 5d34c87 commit 7b1d91f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
| BC breaks? | no|yes
66
| Deprecations? | no|yes
77
| 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
89
| License | MIT
910

1011

1112
#### What's in this PR?
1213

13-
Explain the contents of the PR.
14+
Explain what the changes in this PR do.
1415

1516

1617
#### Why?
@@ -31,11 +32,12 @@ $foo->doSomething();
3132
```
3233

3334

34-
#### BC Breaks/Deprecations
35+
#### Checklist
3536

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)
3739

3840

3941
#### To Do
4042

41-
- [ ] Add tests
43+
- [ ] If the PR is not complete but you want to discuss the approach, list what remains to be done here

0 commit comments

Comments
 (0)