diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index bb9c6d4..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,7 +0,0 @@ -Contributing to Yii2 -==================== - -- [Report an issue](https://github.com/yiisoft/yii2/blob/master/docs/internals/report-an-issue.md) -- [Translate documentation or messages](https://github.com/yiisoft/yii2/blob/master/docs/internals/translation-workflow.md) -- [Give us feedback or start a design discussion](https://forum.yiiframework.com/c/yii-2-0/general-discussions/16) -- [Contribute to the core code or fix bugs](https://github.com/yiisoft/yii2/blob/master/docs/internals/git-workflow.md) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 0664d3f..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,4 +0,0 @@ -# These are supported funding model platforms - -open_collective: yiisoft -tidelift: "packagist/yiisoft/yii2-elasticsearch" diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cd11ad6..7e17783 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,18 +1,14 @@ - - ### What steps will reproduce the problem? -### What's expected? +### What is the expected result? ### What do you get instead? + ### Additional info | Q | A | ---------------- | --- -| Yii version | -| PHP version | +| Version | 1.0.? +| PHP version | | Operating system | diff --git a/.github/SECURITY.md b/.github/SECURITY.md deleted file mode 100644 index 405acca..0000000 --- a/.github/SECURITY.md +++ /dev/null @@ -1,6 +0,0 @@ -# Security Policy - -Please use the [security issue form](https://www.yiiframework.com/security) to report to us any security issue you find in Yii. -DO NOT use the issue tracker or discuss it in the public forum as it will cause more damage than help. - -Please note that as a non-commercial OpenSource project we are not able to pay bounties at the moment.