File tree 4 files changed +29
-0
lines changed
4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Ignore all test and documentation for archive
2
2
/.editorconfig export-ignore
3
+ /.github export-ignore
3
4
/.gitattributes export-ignore
4
5
/.gitignore export-ignore
5
6
/.scrutinizer.yml export-ignore
Original file line number Diff line number Diff line change
1
+ Contributing to Yii2
2
+ ====================
3
+
4
+ - [ Report an issue] ( https://github.com/yiisoft/yii2/blob/master/docs/internals/report-an-issue.md )
5
+ - [ Translate documentation or messages] ( https://github.com/yiisoft/yii2/blob/master/docs/internals/translation-workflow.md )
6
+ - [ Give us feedback or start a design discussion] ( http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/ )
7
+ - [ Contribute to the core code or fix bugs] ( https://github.com/yiisoft/yii2/blob/master/docs/internals/git-workflow.md )
Original file line number Diff line number Diff line change
1
+ ### What steps will reproduce the problem?
2
+
3
+ ### What's expected?
4
+
5
+ ### What do you get instead?
6
+
7
+
8
+ ### Additional info
9
+
10
+ | Q | A
11
+ | ---------------- | ---
12
+ | Yii vesion |
13
+ | PHP version |
14
+ | Operating system |
Original file line number Diff line number Diff line change
1
+ | Q | A
2
+ | ------------- | ---
3
+ | Is bugfix? | yes/no
4
+ | New feature? | yes/no
5
+ | Breaks BC? | yes/no
6
+ | Tests pass? | yes/no
7
+ | Fixed issues | comma-separated list of tickets # fixed by the PR, if any
You can’t perform that action at this time.
0 commit comments