diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2025-10-02 16:06:33 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-03 09:29:06 -0700 |
| commit | 9253e2b23b5a174792c57573fcd27c853c32be57 (patch) | |
| tree | 06d55e1d643fee84d0154491d832a089ad0a13dd | |
| parent | bc9d878e645f3b0c247c0c95a1a6e5dd48645ef1 (diff) | |
| download | go-x-website-9253e2b23b5a174792c57573fcd27c853c32be57.tar.xz | |
tour: point to main Go issue tracker
At this point, if we're going to have a feedback button on the tour
pages, it should probably point to the main Go issue tracker and not
the separate issue tracker in the tour repository. After all, other
issues with x/website content are reported there, and it doesn't seem
helpful to treat tour content differently.
Change-Id: Ie08a167862a18f483c30444e8278073e7d91b60b
Reviewed-on: https://go-review.googlesource.com/c/website/+/708755
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
| -rw-r--r-- | _content/tour/static/js/values.js | 4 | ||||
| -rw-r--r-- | tour/README.md | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/_content/tour/static/js/values.js b/_content/tour/static/js/values.js index 9dff1165..d9eb7796 100644 --- a/_content/tour/static/js/values.js +++ b/_content/tour/static/js/values.js @@ -54,8 +54,8 @@ value('translation', { 'submit-feedback': 'Send feedback about this page', // GitHub issue template: update repo and messaging when translating. - 'github-repo': 'github.com/golang/tour', - 'issue-title': 'tour: [REPLACE WITH SHORT DESCRIPTION]', + 'github-repo': 'github.com/golang/go', + 'issue-title': 'x/website/_content/tour: [REPLACE WITH SHORT DESCRIPTION]', 'issue-message': 'Change the title above to describe your issue and add your feedback here, including code if necessary', 'context': 'Context', }). diff --git a/tour/README.md b/tour/README.md index 3a7c6012..f0e1c08b 100644 --- a/tour/README.md +++ b/tour/README.md @@ -29,11 +29,11 @@ Your browser should now open. If not, please visit [http://localhost:3999/](http ## Report Issues -The issue tracker for the tour's code is located at https://github.com/golang/go/issues. -Prefix your issue with "x/website/tour:" in the subject line, so it is easy to find. - -Issues with the tour's content itself should be reported in the issue tracker -at https://github.com/golang/tour/issues. +The main issue tracker for the tour is located at +https://go.dev/issues. Prefix your issue +with "x/website/tour:" (for issues with tour code) or +with "x/website/\_content/tour:" (for issues with tour content) +in the subject line, so it is easy to find. ## Deploying |
