Skip to content

Commit 875bb59

Browse files
authored
[issues] Add issues template to feedback link (#574)
1 parent 3c7973c commit 875bb59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/nextra/docs.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ export const docsConfig = Object.freeze({
285285
defaultDescription: "Docs for Aptos",
286286
githubUrl: "https://github.com/aptos-labs/developer-docs",
287287
relativeDocsPath: "/apps/nextra",
288-
githubNewIssueUrl: "https://github.com/aptos-labs/developer-docs/issues/new",
288+
githubNewIssueUrl:
289+
"https://github.com/aptos-labs/developer-docs/issues/new?assignees=&labels=documentation&projects=&template=content_issue.yml",
289290
googleAnalyticsId: "G-WCYR52WMW9",
290291
origin: getOrigin(),
291292
});

0 commit comments

Comments
 (0)