Browse Source

Added issue templates

tags/2.0.7
Alexander Makarov 9 years ago
parent
commit
e64170ffa5
  1. 1
      .gitattributes
  2. 7
      .github/CONTRIBUTING.md
  3. 14
      .github/ISSUE_TEMPLATE.md
  4. 7
      .github/PULL_REQUEST_TEMPLATE.md

1
.gitattributes vendored

@ -1,4 +1,5 @@
# Ignore all test and documentation for archive
/.github export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore

7
.github/CONTRIBUTING.md

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

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

@ -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…
Cancel
Save