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
+13-5
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Please be considerate towards maintainers when raising issues or presenting pull
14
14
world that developers are civilized and selfless people.
15
15
16
16
It's the duty of the maintainer to ensure that all submissions to the project are of sufficient
17
-
quality to benefit the project. Many developers have different skillsets, strengths, and weaknesses. Respect the maintainer's decision, and do not be upset or abusive if your submission is not used.
17
+
quality to benefit the project. Many developers have different skillsets, strengths, and weaknesses. Respect the
18
+
maintainer's decision, and do not be upset or abusive if your submission is not used.
18
19
19
20
## Viability
20
21
@@ -40,16 +41,23 @@ Before submitting a pull request:
40
41
41
42
If the project maintainer has any additional requirements, you will find them listed here.
42
43
43
-
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer).
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
46
49
47
-
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
50
+
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept
51
+
up-to-date.
48
52
49
-
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](https://semver.org/). Randomly breaking public APIs is not an option.
53
+
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](https://semver.org/). Randomly breaking public APIs
54
+
is not an option.
50
55
51
56
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
52
57
53
-
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
58
+
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make
0 commit comments