From 33dc914c0c6ecbe564490019e134137fdfcaba6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 12 Feb 2020 10:53:55 +0000 Subject: [PATCH] update the issue template to virtualenv 20+ (#1593) * update the issue template to virtualenv 20+ Signed-off-by: Bernat Gabor * we no longer use the stale bot Signed-off-by: Bernat Gabor --- .github/ISSUE_TEMPLATE.md | 4 ++-- .github/stale.yml | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 761d74fde..8b417dacc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,8 +3,8 @@ Thanks for submitting an issue! If submitting a BUG please provide: - [ ] Minimal reproducible example or detailed descriptions -- [ ] OS and `pip list` output - +- [ ] the output of the virtual environment creation with the `-vvv --with-traceback` flags included +- [ ] `pip list` of the environment where virtualenv is installed into if not using the zipapp if submitting an ENHANCEMENT issue: diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 3a17cb339..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,11 +0,0 @@ -daysUntilStale: 90 -daysUntilClose: 7 -exemptLabels: - - pinned - - security -staleLabel: wontfix -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Just add a comment - if you want to keep it open. Thank you for your contributions. -closeComment: false