Skip to content

Commit 9253e2b

Browse files
dmitshurgopherbot
authored andcommitted
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 <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent bc9d878 commit 9253e2b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_content/tour/static/js/values.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ value('translation', {
5454
'submit-feedback': 'Send feedback about this page',
5555

5656
// GitHub issue template: update repo and messaging when translating.
57-
'github-repo': 'github.com/golang/tour',
58-
'issue-title': 'tour: [REPLACE WITH SHORT DESCRIPTION]',
57+
'github-repo': 'github.com/golang/go',
58+
'issue-title': 'x/website/_content/tour: [REPLACE WITH SHORT DESCRIPTION]',
5959
'issue-message': 'Change the title above to describe your issue and add your feedback here, including code if necessary',
6060
'context': 'Context',
6161
}).

tour/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Your browser should now open. If not, please visit [http://localhost:3999/](http
2929

3030
## Report Issues
3131

32-
The issue tracker for the tour's code is located at https://github.com/golang/go/issues.
33-
Prefix your issue with "x/website/tour:" in the subject line, so it is easy to find.
34-
35-
Issues with the tour's content itself should be reported in the issue tracker
36-
at https://github.com/golang/tour/issues.
32+
The main issue tracker for the tour is located at
33+
https://go.dev/issues. Prefix your issue
34+
with "x/website/tour:" (for issues with tour code) or
35+
with "x/website/\_content/tour:" (for issues with tour content)
36+
in the subject line, so it is easy to find.
3737

3838
## Deploying
3939

0 commit comments

Comments
 (0)