diff --git a/framework/.github/CONTRIBUTING.md b/framework/.github/CONTRIBUTING.md new file mode 100644 index 0000000..c6c50c5 --- /dev/null +++ b/framework/.github/CONTRIBUTING.md @@ -0,0 +1,4 @@ +Contributing to Yii 2 +===================== + +Please use [yiisoft/yii2](https://github.com/yiisoft/yii2) to report issues and send pull requests. Thank you! diff --git a/framework/.github/FUNDING.yml b/framework/.github/FUNDING.yml new file mode 100644 index 0000000..d6f1e3b --- /dev/null +++ b/framework/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# These are supported funding model platforms + +open_collective: yiisoft +github: [yiisoft] +tidelift: "packagist/yiisoft/yii2" diff --git a/framework/.github/PULL_REQUEST_TEMPLATE.md b/framework/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e7a5435 --- /dev/null +++ b/framework/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ + diff --git a/framework/.github/SECURITY.md b/framework/.github/SECURITY.md new file mode 100644 index 0000000..f713847 --- /dev/null +++ b/framework/.github/SECURITY.md @@ -0,0 +1,6 @@ +# 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-commerial OpenSource project we are not able to pay bounties at the moment.