This pull request introduces the updateGitHref() function. It is responsible for dynamically updating a GitHub issue link with relevant information.
Referrer URL Handling: It's worth noting that accessing document.referrer might result in an empty value if the user navigated directly to the page or if the browser's privacy settings restrict referrer information. The function handles such scenarios, providing a default value to prevent errors.
This pull request introduces the updateGitHref() function. It is responsible for dynamically updating a GitHub issue link with relevant information.
Referrer URL Handling: It's worth noting that accessing document.referrer might result in an empty value if the user navigated directly to the page or if the browser's privacy settings restrict referrer information. The function handles such scenarios, providing a default value to prevent errors.