This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Updated docs and support documents + PHPUnit 7 support #85
Merged
Merged
Changes from 4 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
555985b
Renamed documentation directory: doc -> docs
michalbundyra d7b622c
Suport files moved into docs directory + update
michalbundyra 1e1e63c
Renamed directory with benchmarks -> "benchmark"
michalbundyra 7c974a3
Updated year in mkdocs.yml and LICENSE.md
michalbundyra 6e9335b
Updated composer skeleton
michalbundyra a54ad0c
Fixed directory name in .gitattributes
michalbundyra 04ee848
Added rss link in composer.json
michalbundyra d587312
Removed type "library" in composer.json as it is default type
michalbundyra 7ce9664
Updated PHPUnit configuration
michalbundyra 11ccc1b
Removed unused redundant PHPUnit bootstrap
michalbundyra b42aa75
Removed unused PHPUnit env variable
michalbundyra bc9abef
Added phpbench.json into .gitattributes
michalbundyra c946176
Removed empty line in LICENSE.md
michalbundyra d769ba4
Updated coverage badge in README.md
michalbundyra 49be59e
Added ISSUE and PR templates
michalbundyra 18a1bea
Updated .gitattributes and .gitignore - natsort
michalbundyra 6dcbd67
Updated copyright year range in mkdocs.yml to match LICENSE.md
michalbundyra b7f954e
Removed white characters at the end of the line in the docs
michalbundyra e152aee
Updated php-coveralls
michalbundyra 09b84a2
Updated copyright year range in LICENSE.md and mkdocs.yml
michalbundyra 8695661
Updated link to https in mkdocs.yml
michalbundyra 63c15f0
Updated branch aliases in composer.json and deps to allow PHPUnit 7
michalbundyra cf2b976
Updated .gitattributes - added trailing / for benchamrk directory
michalbundyra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
/benchmarks export-ignore | ||
/docs export-ignore | ||
/test export-ignore | ||
/vendor export-ignore | ||
.coveralls.yml export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.travis.yml export-ignore | ||
.composer.lock export-ignore | ||
phpbench.json export-ignore | ||
phpunit.xml.dist export-ignore | ||
/.coveralls.yml export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.travis.yml export-ignore | ||
/composer.lock export-ignore | ||
/mkdocs.yml export-ignore | ||
/phpcs.xml export-ignore | ||
/phpunit.xml.dist export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
.buildpath | ||
.DS_Store | ||
.idea | ||
.project | ||
.settings/ | ||
.*.sw* | ||
.*.un~ | ||
nbproject | ||
doc/html/ | ||
tmp/ | ||
docs/html/ | ||
vendor/ | ||
zf-mkdoc-theme/ | ||
|
||
clover.xml | ||
coveralls-upload.json | ||
phpunit.xml | ||
vendor | ||
zf-mkdoc-theme.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Getting Support | ||
|
||
Zend Framework offers three support channels: | ||
|
||
- For real-time questions, use our | ||
[Slack](https://zendframework-slack.herokuapp.com) | ||
- For detailed questions (e.g., those requiring examples) use our | ||
[forums](https://discourse.zendframework.com/c/questions/components) | ||
- To report issues, use this repository's | ||
[issue tracker](/~https://github.com/zendframework/zend-stdlib/issues/new) | ||
|
||
**DO NOT** use the issue tracker to ask questions; use Slack or the forums for | ||
that. Questions posed to the issue tracker will be closed. | ||
|
||
When reporting an issue, please include the following details: | ||
|
||
- A narrative description of what you are trying to accomplish. | ||
- The minimum code necessary to reproduce the issue. | ||
- The expected results of exercising that code. | ||
- The actual results received. | ||
|
||
We may ask for additional details: what version of the library you are using, | ||
and what PHP version was used to reproduce the issue. | ||
|
||
You may also submit a failing test case as a pull request. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"bootstrap": "vendor/autoload.php", | ||
"path": "benchmarks", | ||
"path": "benchmark", | ||
"retry_threshold": 5 | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use a script for these changes. (zendframework/maintainers#6)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, haven't seen it. We need then the script there 😄