diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a467dcee0..313022015 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,30 +8,38 @@ assignees: "" ## Issue -Describe what's the expected behaviour and what you're observing. + ## Environment Provide at least: - OS: -- `pip list` of the host Python where `tox` is installed: +- `pip list` of the host Python where `tox` is installed in the dropdown below + +
+Output of pip list ```console ``` +
+ ## Output of running tox -Provide the output of `tox -rvv`: +
+Output of tox -rvv ```console ``` +
+ ## Minimal example -If possible, provide a minimal reproducer for the issue: + ```console diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9e1da0400..84d149370 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -# Thanks for contribution + - [ ] ran the linter to address style issues (`tox -e fix`) - [ ] wrote descriptive pull request text