Files
yii2/docs/internals/README.md
Bizley e626123c31 Fix (follows Yii DSG) (#12300) [skip ci]
As in Yii Documentation Style Guide:
> Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)
2016-08-24 20:22:58 +03:00

44 lines
1.3 KiB
Markdown

Yii Developer Documentation
===========================
This directory contains documentation about Yii Framework development and release process.
Contributor Guidelines
----------------------
- [How to Report an Issue](report-an-issue.md)
- [Getting started](getting-started.md)
- [Git workflow for Yii 2 contributors](git-workflow.md) - a step by step guide on how to set up your dev environment and start contributing to Yii.
- [Yii 2 Core Framework Code Style](core-code-style.md)
- [Yii 2 View Code Style](view-code-style.md)
Documentation
-------------
- [Translation Status](translation-status.md) - which documents are ready for translation.
- [Translation teams](translation-teams.md)
- [Translation workflow](translation-workflow.md)
Framework Development
---------------------
- [Pull request quality assurance](pull-request-qa.md)
- [Automated Tasks](automation.md), like code style fixes, automatic documentation and file generation.
- [Design Decisions](design-decisions.md) - a FAQ-like list of statements about commonly debated things.
Versioning and Release
----------------------
- [Project Organization](project-organization.md)
- [Yii Versioning](versions.md)
- [Releasing a new version](release.md)
Misc
----
### Exception Hierarchy
![Yii Framework Exception Hierarchy](exception_hierarchy.png)