Added issue templates
This commit is contained in:
parent
f002567220
commit
27fbea32d8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,4 +1,5 @@
|
|||||||
# Ignore all test and documentation for archive
|
# Ignore all test and documentation for archive
|
||||||
|
/.github export-ignore
|
||||||
/.gitattributes export-ignore
|
/.gitattributes export-ignore
|
||||||
/.scrutinizer.yml export-ignore
|
/.scrutinizer.yml export-ignore
|
||||||
/.travis.yml export-ignore
|
/.travis.yml export-ignore
|
||||||
|
7
.github/CONTRIBUTING.md
vendored
Normal file
7
.github/CONTRIBUTING.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Contributing to Yii2
|
||||||
|
====================
|
||||||
|
|
||||||
|
- [Report an issue](docs/internals/report-an-issue.md)
|
||||||
|
- [Translate documentation or messages](docs/internals/translation-workflow.md)
|
||||||
|
- [Give us feedback or start a design discussion](http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/)
|
||||||
|
- [Contribute to the core code or fix bugs](docs/internals/git-workflow.md)
|
14
.github/ISSUE_TEMPLATE.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
### What's expected?
|
||||||
|
|
||||||
|
### What do you get instead?
|
||||||
|
|
||||||
|
|
||||||
|
### Additional info
|
||||||
|
|
||||||
|
| Q | A
|
||||||
|
| ---------------- | ---
|
||||||
|
| Yii vesion |
|
||||||
|
| PHP version |
|
||||||
|
| Operating system |
|
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
| Q | A
|
||||||
|
| ------------- | ---
|
||||||
|
| Is bugfix? | yes/no
|
||||||
|
| New feature? | yes/no
|
||||||
|
| Breaks BC? | yes/no
|
||||||
|
| Tests pass? | yes/no
|
||||||
|
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any
|
Loading…
Reference in New Issue
Block a user