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
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
Contributions are welcome.
4
4
5
-
NOTE: if your contribution changes the look of the generated documentation in some way, please include "before" and "after" screenshots in your pull request.
6
-
7
5
## Etiquette
8
6
9
7
This project is open source, and as such, the maintainers give their free time to build and maintain the source code
@@ -38,16 +36,14 @@ Before submitting a pull request:
38
36
39
37
## Requirements
40
38
41
-
If the project maintainer has any additional requirements, you will find them listed here.
39
+
-If your contribution changes the look of the generated documentation in some way, please include "before" and "after" screenshots in your pull request.
42
40
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](http://pear.php.net/package/PHP_CodeSniffer).
41
+
-Add a description to your pull request so the reviewer knows what to look out for before looking through your changes
44
42
45
43
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
46
44
47
45
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
48
46
49
-
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
50
-
51
47
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
0 commit comments