Skip to content

Commit 34bcb3d

Browse files
committed
Added issue templates
1 parent c6735ec commit 34bcb3d

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Ignore all test and documentation for archive
22
/.editorconfig export-ignore
3+
/.github export-ignore
34
/.gitattributes export-ignore
45
/.gitignore export-ignore
56
/.scrutinizer.yml export-ignore

.github/CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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)

.github/ISSUE_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 |

.github/PULL_REQUEST_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)