github tip: you can use "redirect.github.com" when referencing an issue/PR from another repo inside an issue/PR in your repo
this will avoid your issue getting backlinked into the other repo's issue, reducing noise.
example:
"github.com/nodejs/node/6969"
becomes:
"redirect.github.com/nodejs/node/6969"