diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index c4dbfabc7b..0000000000 --- a/CONTRIBUTING +++ /dev/null @@ -1 +0,0 @@ -docs/internals/git-workflow.md \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..8fac038f43 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +Contributing to Yii2 +==================== + +Creating issues +--------------- + +- Please use English if possible. +- Make sure it is clear how to reproduce it. +- Make sure it is clear why you think it is necessary to fix. + +Contributing to the core framwork and official extensions +--------------------------------------------------------- + +- [Getting started with Yii2 development](docs/internals/getting-started.md) +- [Git workflow for Yii 2 contributors](docs/internals/git-workflow.md) +- [Translation workflow](docs/internals/translations.md)