Actual text for contribution guideline, renamed file to use .md

This commit is contained in:
Alexander Makarov
2014-01-12 20:38:02 +04:00
parent 5054a0e719
commit 28a77af711
2 changed files with 16 additions and 1 deletions

View File

@@ -1 +0,0 @@
docs/internals/git-workflow.md

16
CONTRIBUTING.md Normal file
View File

@@ -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)