init
This commit is contained in:
26
vendor/codeception/base/ISSUE_TEMPLATE.md
vendored
Normal file
26
vendor/codeception/base/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
#### What are you trying to achieve?
|
||||
|
||||
#### What do you get instead?
|
||||
|
||||
> Provide console output if related. Use `-vvv` mode for more details.
|
||||
|
||||
```bash
|
||||
# paste output here
|
||||
```
|
||||
> Provide test source code if related
|
||||
|
||||
```php
|
||||
// paste test
|
||||
```
|
||||
### Details
|
||||
|
||||
* Codeception version:
|
||||
* PHP Version:
|
||||
* Operating System:
|
||||
* Installation type: Phar || Composer
|
||||
* List of installed packages (`composer show`)
|
||||
* Suite configuration:
|
||||
|
||||
```yml
|
||||
# paste suite config here
|
||||
```
|
||||
Reference in New Issue
Block a user