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

Commit e2b0276

Browse files
committed
add github templates
1 parent b41827b commit e2b0276

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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
56
/.travis.yml export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore
9+
/examples export-ignore
810
/docs export-ignore

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These are supported funding model platforms
2+
3+
github: [klimov-paul]
4+
patreon: klimov_paul

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
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)