Commit d69f68c4 by Qiang Xue

Update report-an-issue.md

parent 3cc7fcb5
Creating issues
Report an Issue
===============
You got into rough corner while working with yii, or you found a bug? We are very sorry for that, but we can sort that
out together.
**Do not report an issue if**
- If you are unsure about a function, you may ask on IRC or the forums. If the documentation is unclear, open a separate
issue.
- Please use English if possible.
- Make sure it is clear what is the problem and how to reproduce it.
* you are asking how to use some Yii feature. You should use [the forum](http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/) or [chat room](http://www.yiiframework.com/chat/) for this purpose.
* your issue is about security. Please [contact us directly](http://www.yiiframework.com/security/) to report security issues.
If you are going to report security issue please **do not** use the issue tracker and instead
[contact us directly](http://www.yiiframework.com/security/).
**Avoid duplicated issues**
Before you report an issue, please search through [existing issues](https://github.com/yiisoft/yii2/issues) to see if your issue is already reported or fixed to make sure you are not reporting a duplicated issue. Also make sure you have the latest version of Yii and see if the issue still exists.
**Guidelines for reporting issues**
If you are certain your issue is new, please follow the guidelines below when creating the issue so that your issue can be more promptly resolved:
* Update your codebase to the latest version to see if the issue still exists;
* Provide information about PHP and Yii version, operating system, browser type and version;
* Provide **complete** error call stack if possible. A screenshot is very welcome.
* Describe the steps for reproducing the issue.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment