diff --git a/client/src/components/ui/Footer.js b/client/src/components/ui/Footer.js
index 37c4022e..fb622878 100644
--- a/client/src/components/ui/Footer.js
+++ b/client/src/components/ui/Footer.js
@@ -33,7 +33,7 @@ class Footer extends Component {
privacy_policy
-
+
report_an_issue
diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js
index 9f536d60..3551a41a 100644
--- a/client/src/helpers/constants.js
+++ b/client/src/helpers/constants.js
@@ -24,6 +24,7 @@ export const REPOSITORY = {
URL: 'https://github.com/AdguardTeam/AdGuardHome',
TRACKERS_DB:
'https://github.com/AdguardTeam/AdGuardHome/tree/master/client/src/helpers/trackers/adguard.json',
+ ISSUES: 'https://github.com/AdguardTeam/AdGuardHome/issues/new/choose',
};
export const PRIVACY_POLICY_LINK = 'https://adguard.com/privacy/home.html';