Skip to content

Commit f4b0f97

Browse files
committed
Add issue template
1 parent df9fcf1 commit f4b0f97

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ appveyor.yml
1414
appveyor-install.ps1
1515
.travis.yml
1616
travis-php.ini
17+
ISSUE_TEMPLATE.md

ISSUE_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
PHP version:
2+
XDebug version:
3+
Adapter version:
4+
5+
Your launch.json:
6+
XDebug php.ini config:
7+
8+
XDebug logfile (from setting `xdebug.remote_log` in php.ini):
9+
Adapter logfile (from setting `"log": true` in launch.json):
10+
11+
Code snippet to reproduce:
12+
```php
13+
14+
```

0 commit comments

Comments
 (0)