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: CONTRIBUTING.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ please be as precise as possible. Here is a little list of required information:
15
15
16
16
## Security issues
17
17
18
-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]) instead of submitting an issue on Github. This allows us to fix the issue and release a security hotfix without publicly disclosing the vulnerability.
This allows us to fix the issue and release a security hotfix without publicly disclosing the vulnerability.
19
21
20
22
21
23
## Feature requests
@@ -28,7 +30,8 @@ easily understood/implement it.
28
30
29
31
## Sending a Pull Request
30
32
31
-
If you're here, you are going to fix a bug or implement a feature and you're the best! To do it, first fork the repository, clone it and create a new branch with the following commands:
33
+
If you're here, you are going to fix a bug or implement a feature and you're the best!
34
+
To do it, first fork the repository, clone it and create a new branch with the following commands:
**Note:** Please write your commit messages in the imperative and follow the [guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for clear and concise messages.
61
+
**Note:** Please write your commit messages in the imperative and follow the
62
+
[guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for clear and concise messages.
58
63
59
64
Then [create a pull request](https://help.github.com/articles/creating-a-pull-request/) on GitHub.
60
65
61
-
Please make sure that each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting with the following commands (here, we assume you would like to squash 3 commits in a single one):
66
+
Please make sure that each individual commit in your pull request is meaningful.
67
+
If you had to make multiple intermediate commits while developing,
68
+
please squash them before submitting with the following commands
69
+
(here, we assume you would like to squash 3 commits in a single one):
62
70
63
71
```bash
64
72
$ git rebase -i HEAD~3
@@ -81,4 +89,6 @@ you must follow these rules.
81
89
82
90
## Semver
83
91
84
-
We are trying to follow [semver](http://semver.org/). When you are making BC breaking changes, please let us know why you think it is important. In this case, your patch can only be included in the next major version.
92
+
We are trying to follow [semver](http://semver.org/). When you are making BC breaking changes,
93
+
please let us know why you think it is important.
94
+
In this case, your patch can only be included in the next major version.
This is the contract package for HTTP Client. Use it to create HTTP Clients which are interoperable and compatible with [PSR-7](http://www.php-fig.org/psr/psr-7/).
26
+
This is the contract package for HTTP Client.
27
+
Use it to create HTTP Clients which are interoperable and compatible with [PSR-7](http://www.php-fig.org/psr/psr-7/).
0 commit comments