Most subrepos track issues on golang/go, and thus require issue references in commit messages in the form golang/go#nnn, otherwise the reference will not work properly.
Gopherbot could detect raw #nnn issue references on subrepos and leave a comment suggesting changing them.
e.g., on https://golang.org/cl/375754, I put the wrong issue reference and didn't notice until after I submitted the CL.
Most subrepos track issues on golang/go, and thus require issue references in commit messages in the form
golang/go#nnn, otherwise the reference will not work properly.Gopherbot could detect raw
#nnnissue references on subrepos and leave a comment suggesting changing them.e.g., on https://golang.org/cl/375754, I put the wrong issue reference and didn't notice until after I submitted the CL.