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:
commit
8be3c9c51c
35
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal 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 -->
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user