From e7e98f044f25ad4d9ff1cb6fe03f4143f65b841c Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 21 Jul 2021 14:14:03 +0100 Subject: [PATCH 1/3] Add an issue template i'm tired of getting the same bug report for old tinyproxy versions over and over, and people not even stating which version they're using. --- .../new-issue--bug-report--question.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-issue--bug-report--question.md diff --git a/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md b/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md new file mode 100644 index 00000000..b0f524e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md @@ -0,0 +1,20 @@ +--- +name: New Issue, Bug report, Question +about: New Issue, Bug report, Question +title: '' +labels: '' +assignees: '' + +--- + +### IMPORTANT NOTICE + +# Before filing an issue here PLEASE keep in mind that **tinyproxy 1.10.0 and older are no longer supported**. + +### Do not report issues with 1.10.0 or older but try out 1.11 first. + +## Tinyproxy version +State the tinyproxy version you're using; whether git or 1.11.0 stable. + +## Issue +Fill in your Issue text here. From de3524198115e2114e3a90d8fef30f4e26116335 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 21 Jul 2021 14:23:32 +0100 Subject: [PATCH 2/3] Update new-issue--bug-report--question.md --- .../ISSUE_TEMPLATE/new-issue--bug-report--question.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md b/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md index b0f524e2..a3195375 100644 --- a/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md +++ b/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md @@ -7,14 +7,14 @@ assignees: '' --- -### IMPORTANT NOTICE +# IMPORTANT NOTICE -# Before filing an issue here PLEASE keep in mind that **tinyproxy 1.10.0 and older are no longer supported**. - -### Do not report issues with 1.10.0 or older but try out 1.11 first. +Before filing an issue here PLEASE keep in mind that **tinyproxy 1.10.0 and older are no longer supported**. +Do not report issues with 1.10.0 or older, try out 1.11 first and see whether the issue is already fixed. ## Tinyproxy version -State the tinyproxy version you're using; whether git or 1.11.0 stable. +State the tinyproxy version you're using; whether git master or 1.11.0 stable. ## Issue Fill in your Issue text here. +A good issue report is detailed and includes full error messages from tinyproxy's output, not "X doesn't work". From b1497be081184de4c529b4aae5814dfa118dcbb5 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 21 Jul 2021 14:26:17 +0100 Subject: [PATCH 3/3] Update new-issue--bug-report--question.md --- .github/ISSUE_TEMPLATE/new-issue--bug-report--question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md b/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md index a3195375..32d49956 100644 --- a/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md +++ b/.github/ISSUE_TEMPLATE/new-issue--bug-report--question.md @@ -10,7 +10,7 @@ assignees: '' # IMPORTANT NOTICE Before filing an issue here PLEASE keep in mind that **tinyproxy 1.10.0 and older are no longer supported**. -Do not report issues with 1.10.0 or older, try out 1.11 first and see whether the issue is already fixed. +Do not report issues with 1.10.0 or older, first try latest release 1.11.0, or even better, git master, and see whether the issue is already fixed. ## Tinyproxy version State the tinyproxy version you're using; whether git master or 1.11.0 stable.