Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 8be3c9c

Browse files
authored
Merge pull request #1779 from localheinz/feature/issue
Enhancement: Add issue template for bug report
2 parents b6f7a6f + 29873ae commit 8be3c9c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug
3+
about: Something does not work as expected
4+
----
5+
6+
### Summary
7+
8+
<!-- provide a summary here -->
9+
10+
### Versions
11+
12+
<!-- Please provide the versions of PHP as well as `fzaninotto/faker` on which the issue has been observed -->
13+
14+
| | Version |
15+
|:--------------------|:--------|
16+
| PHP | x.y.z |
17+
| `fzaninotto/faker` | x.y.z |
18+
19+
### Self-enclosed code snippet for reproduction
20+
21+
```php
22+
<!-- please replace this with a self-enclosed usage example -->
23+
```
24+
25+
### Expected output
26+
27+
```txt
28+
<!-- please replace this with the expected output of your self-enclosed example -->
29+
```
30+
31+
### Actual output
32+
33+
```txt
34+
<!-- please replace this with the actual output of your self-enclosed example -->
35+
```

0 commit comments

Comments
 (0)