summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Peterson <danp@danp.net>2022-09-05 14:18:40 -0300
committerGopher Robot <gobot@golang.org>2023-01-03 18:52:47 +0000
commitcdc73f0679c1477c262430d3476ab88c76c4a516 (patch)
tree0fc33ed8f5859af00d1fc134715ce6174172ffad /.github
parentdb36eca33c389871b132ffb1a84fd534a349e8d8 (diff)
downloadgo-git-cdc73f0679c1477c262430d3476ab88c76c4a516.tar.gz
.github: suggest using private browsing in pkgsite template
I opened #54872 without considering my browser's extensions and one of them ended up being the cause of my issue. This seems to be a common error. To help that, add a suggestion to use a private/incognito tab/window to the pkgsite issue template when reproducing issues. This probably would have been enough for me to figure things out before opening my issue. Updates #54872, #47213 Change-Id: Ic61a3462cb902c91554cf9432aaae1222c6a991e Reviewed-on: https://go-review.googlesource.com/c/go/+/427962 Run-TryBot: Dan Peterson <danp@danp.net> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/01-pkgsite.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/01-pkgsite.md b/.github/ISSUE_TEMPLATE/01-pkgsite.md
index fee00f5b27..31f0fd16b1 100644
--- a/.github/ISSUE_TEMPLATE/01-pkgsite.md
+++ b/.github/ISSUE_TEMPLATE/01-pkgsite.md
@@ -34,6 +34,8 @@ Please paste a screenshot of the page.
<!--
If possible, provide a recipe for reproducing the error.
+
+Starting with a Private/Incognito tab/window may help rule out problematic browser extensions.
-->