Skip to content

Commit 6d9f9d5

Browse files
committed
replacing code
1 parent 8d0bf3a commit 6d9f9d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1413
-5107
lines changed

.editorconfig

-16
This file was deleted.

.gitattributes

-10
This file was deleted.

.gitignore

-8
This file was deleted.

.styleci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ enabled:
44
- phpdoc_order
55
- phpdoc_separation
66
- unalign_double_arrow
7+
8+
linting: true

.travis.yml

-24
This file was deleted.

CHANGELOG.md

-117
This file was deleted.

CONTRIBUTING.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Contributing
22

3-
Contributions are welcome.
3+
Contributions are **welcome** and will be fully **credited**.
4+
5+
Please read and understand the contribution guide before creating an issue or pull request.
46

57
## Etiquette
68

@@ -36,14 +38,18 @@ Before submitting a pull request:
3638

3739
## Requirements
3840

39-
- If your contribution changes the look of the generated documentation in some way, please include "before" and "after" screenshots in your pull request.
41+
If the project maintainer has any additional requirements, you will find them listed here.
4042

41-
- Add a description to your pull request so the reviewer knows what to look out for before looking through your changes
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).
4244

4345
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
4446

4547
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
4648

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+
4751
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
4852

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](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
54+
4955
**Happy coding**!

0 commit comments

Comments
 (0)