From 28a77af71177fbd30de26b553356759ff1a54266 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 12 Jan 2014 20:38:02 +0400 Subject: [PATCH] Actual text for contribution guideline, renamed file to use .md --- CONTRIBUTING | 1 - CONTRIBUTING.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) delete mode 100644 CONTRIBUTING create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index c4dbfab..0000000 --- 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 0000000..8fac038 --- /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)