Skip to content

Commit

Permalink
Update templates and configs from template
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 28, 2019
1 parent f8163f6 commit bc2d8e8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@


### What steps will reproduce the problem?

### What's expected?
### What is the expected result?

### What do you get instead?


### Additional info

| Q | A
| ---------------- | ---
| Yii version |
| Yii REST version |
| PHP version |
| Version | 1.0.?
| PHP version |
| Operating system |
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| Q | A
| ------------- | ---
| Is bugfix? | yes/no
| New feature? | yes/no
| Breaks BC? | yes/no
| Tests pass? | yes/no
| Is bugfix? | ✔️/❌
| New feature? | ✔️/❌
| Breaks BC? | ✔️/❌
| Tests pass? | ✔️/❌
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any
14 changes: 14 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

checks:
php: true
tools:
php_code_coverage:
enabled: true
external_code_coverage:
timeout: 600

0 comments on commit bc2d8e8

Please sign in to comment.