Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 283f331

Browse files
committed
github templates added
1 parent 75b40f4 commit 283f331

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ignore all test and documentation for archive
2+
/.github export-ignore
23
/.gitattributes export-ignore
34
/.gitignore export-ignore
45
/.scrutinizer.yml export-ignore

.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 is the expected result?
4+
5+
### What do you get instead?
6+
7+
### Additional info
8+
9+
| Q | A
10+
| --------------------- | ---
11+
| This Package Version | 1.?.?
12+
| Yii Framework Version | 2.0.?
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? | ✔️/❌
4+
| New feature? | ✔️/❌
5+
| Breaks BC? | ✔️/❌
6+
| Tests pass? | ✔️/❌
7+
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any

0 commit comments

Comments
 (0)