diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-30 20:59:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 10:59:50 -0800 |
commit | 6fe6e4d89d2d2c6e915831039d637cb41961e826 (patch) | |
tree | 2c9f52aca4885c3999791040f45b990ab28a11b5 /.github | |
parent | 34f8ed78eae7b0275bd63d4fff46d36c9d1baff0 (diff) | |
download | tox-git-6fe6e4d89d2d2c6e915831039d637cb41961e826.tar.gz |
Update code block template (#2570)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 56da399e..14a30ca4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -17,9 +17,9 @@ Provide at least: - OS: - `pip list` of the host python where `virtualenv` is installed: - ```console +```console - ``` +``` ## Output of the virtual environment creation |