From 1bbb04430a2a4146bdbbeb1f76950abf8093cd22 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Mon, 5 Oct 2015 11:24:17 -0700 Subject: [PATCH] docs: provide a template for the new issues It is not often clear that the issues must be prefixed with x/mobile. Provide a template to give a hint to the user that all mobile bugs must be prefix relative to golang.org base. Change-Id: Ia5b35db529798a230850d935ff3e0e800d1948f9 Reviewed-on: https://go-review.googlesource.com/15401 Reviewed-by: Andrew Gerrand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a4419..ed903bf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ and the [bind](https://golang.org/x/mobile/example/bind) example apps. Contributions to Go are appreciated. See https://golang.org/doc/contribute.html. -* Bugs can be filed at the [Go issue tracker](https://golang.org/issue/new). +* Bugs can be filed at the [Go issue tracker](https://golang.org/issue/new?title=x/mobile:+). * Feature requests should preliminary be discussed on [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) mailing list.