Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,23 @@ Describe what's the expected behaviour and what you're observing.
Provide at least:

- OS:
- `pip list` of the host python where `virtualenv` is installed:
- `pip list` of the host Python where `tox` is installed:

```console

```

## Output of the virtual environment creation
## Output of running tox

Make sure to run the creation with `-vvv`:
Provide the output of `tox -rvv`:

```console

```

## Minimal example

If possible, provide a minimal reproducer for the issue:

```console

Expand Down