Skip to content

Instantly share code, notes, and snippets.

@joulgs
Last active April 6, 2024 09:04
Show Gist options
  • Save joulgs/bfddc184e96c8a9faa67542b69eb2ba2 to your computer and use it in GitHub Desktop.
Save joulgs/bfddc184e96c8a9faa67542b69eb2ba2 to your computer and use it in GitHub Desktop.
How to reference an issue from another repository in an issue

Tips

  • To reference an issue from another repository, use the following structure

- [ ] user-name/repor-name#issue_number

like:

Repository link format: https://github.com/<USUARIO>/<REPOSITORIO>/tarball/<BRANCH_OU_TAG>

Ex.

  "dependencies": {
    "whatsapp-web.js": "https://github.com/Julzk/whatsapp-web.js/tarball/jkr_hotfix_7",
    ...
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment