1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Merge pull request #1779 from localheinz/feature/issue

Enhancement: Add issue template for bug report
This commit is contained in:
Francois Zaninotto 2019-09-02 15:23:32 +02:00 committed by GitHub
commit 8be3c9c51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,35 @@
---
name: Bug
about: Something does not work as expected
----
### Summary
<!-- provide a summary here -->
### Versions
<!-- Please provide the versions of PHP as well as `fzaninotto/faker` on which the issue has been observed -->
| | Version |
|:--------------------|:--------|
| PHP | x.y.z |
| `fzaninotto/faker` | x.y.z |
### Self-enclosed code snippet for reproduction
```php
<!-- please replace this with a self-enclosed usage example -->
```
### Expected output
```txt
<!-- please replace this with the expected output of your self-enclosed example -->
```
### Actual output
```txt
<!-- please replace this with the actual output of your self-enclosed example -->
```