/** * GitHub URL Constants (Centralized) * Issue #264: DRY - All GitHub URLs derived from GITHUB_REPO_BASE_URL * * [SEC-001] SSRF Prevention: GITHUB_API_URL is NOT included here. * It remains hardcoded in version-checker.ts for security reasons. */ export declare const GITHUB_REPO_BASE_URL: "https://github.com/Kewton/CommandMate"; export declare const GITHUB_ISSUES_URL: "https://github.com/Kewton/CommandMate/issues"; export declare const GITHUB_NEW_ISSUE_URL: "https://github.com/Kewton/CommandMate/issues/new"; export declare const GITHUB_BUG_REPORT_URL: "https://github.com/Kewton/CommandMate/issues/new?template=bug_report.md"; export declare const GITHUB_FEATURE_REQUEST_URL: "https://github.com/Kewton/CommandMate/issues/new?template=feature_request.md"; export declare const GITHUB_QUESTION_URL: "https://github.com/Kewton/CommandMate/issues/new?template=question.md"; export declare const GITHUB_RELEASE_URL_PREFIX: "https://github.com/Kewton/CommandMate/releases/"; export declare const GITHUB_SECURITY_GUIDE_URL: "https://github.com/Kewton/CommandMate/blob/main/docs/security-guide.md"; //# sourceMappingURL=github-links.d.ts.map