From 61dc93f8f87fd57ed213a95d5ed183c1abba800a Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 10 Jul 2020 11:42:50 -0500 Subject: [PATCH] Update metafiles --- .gitattributes | 18 +++++++++--------- CHANGELOG | 18 ------------------ CONTRIBUTING.md | 30 ------------------------------ 3 files changed, 9 insertions(+), 57 deletions(-) delete mode 100644 CHANGELOG delete mode 100644 CONTRIBUTING.md diff --git a/.gitattributes b/.gitattributes index cc55cae..c9f2a0f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ -/test export-ignore -/.coveralls.yml export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.php_cs export-ignore -/.travis.yml export-ignore -/phpunit.xml export-ignore -/examples export-ignore -docs/asset export-ignore \ No newline at end of file +docs export-ignore +examples export-ignore +.travis.yml export-ignore +.gitattributes export-ignore +.gitmodules export-ignore +.gitignore export-ignore +.php_cs.dist export-ignore +.editorconfig export-ignore +README.md export-ignore diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 5dcc569..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,18 +0,0 @@ -### 0.1.3 - -- Add recursive mkdir() -- EioDriver and UvDriver now pass O_TRUNC in file\put() - -### 0.1.2 - -- Make UvHandle throw FilesystemException instead of \RuntimeException - -### 0.1.1 - -- UID / GID must be ignored when -1 -- A bugfix in php-uv extension regarding lengths read was fixed; removed ugly workaround - -0.1.0 ------ - -- Initial release \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 6ced8d6..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,30 +0,0 @@ -## Submitting useful bug reports - -Please search existing issues first to make sure this is not a duplicate. -Every issue report has a cost for the developers required to field it; be -respectful of others' time and ensure your report isn't spurious prior to -submission. Please adhere to [sound bug reporting principles](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html). - -## Development ideology - -Truths which we believe to be self-evident: - -- **It's an asynchronous world.** Be wary of anything that undermines - async principles. - -- **The answer is not more options.** If you feel compelled to expose - new preferences to the user it's very possible you've made a wrong - turn somewhere. - -- **There are no power users.** The idea that some users "understand" - concepts better than others has proven to be, for the most part, false. - If anything, "power users" are more dangerous than the rest, and we - should avoid exposing dangerous functionality to them. - -## Code style - -The amphp project adheres to the PSR-2 style guide with the exception that -opening braces for classes and methods must appear on the same line as -the declaration: - -https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md \ No newline at end of file