Skip to content

Commit

Permalink
fixes yiisoft#1674: Updated contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 12, 2014
1 parent 28a77af commit 81b7a39
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 46 deletions.
16 changes: 3 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
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)
- [Report an issue](docs/internals/report-an-issue.md)
- [Traslate documentation or messages](docs/internals/translations.md)
- [Contribute to the core code or fix bugs](docs/internals/getting-started.md)
32 changes: 0 additions & 32 deletions docs/internals/ar.md

This file was deleted.

5 changes: 4 additions & 1 deletion docs/internals/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ If you're not core developer or want to use your own fork for pull requests:
url = git://github.com/username/yii2.git
```

> Hint: The workflow of forking a package and pushing changes back into your fork and then sending a pull-request to the maintainer is the same for all extensions you require via composer.
> Hint: The workflow of forking a package and pushing changes back into your fork and then sending a pull-request to the
maintainer is the same for all extensions you require via composer.

Please refer to [Git workflow for Yii 2 contributors](git-workflow.md) for details about creating pull requests.
14 changes: 14 additions & 0 deletions docs/internals/report-an-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Creating issues
===============

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.

- 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.

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/).

0 comments on commit 81b7a39

Please sign in to comment.