From 1fed050cbd570f2815019d78f3c347094bb470fd Mon Sep 17 00:00:00 2001 From: James Braza Date: Sat, 17 Jun 2023 08:39:41 -0700 Subject: [PATCH] Made bug and PR templates have less visual distraction (#3038) --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++++++---- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) 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