Browse Source

Added issue and pull request templates

tags/2.0.8
Alexander Makarov 9 years ago
parent
commit
d002df072e
  1. 0
      .github/CONTRIBUTING.md
  2. 14
      .github/ISSUE_TEMPLATE.md
  3. 7
      .github/PULL_REQUEST_TEMPLATE.md

0
CONTRIBUTING.md → .github/CONTRIBUTING.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