diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..421c871b84 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Note + +Thanks for your interest in submitting a PR! At this time, because the docs are in beta, the team is currently in the midst of changes and we are not ready for additional contributions yet. + +To bring your issue to the team's attention though, we would recommend [creating an issue](https://github.com/vuejs/docs-next/issues/new) and we'll get to it when we can. + +Thanks for your understanding! diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 14090ad072..04ea0e8d23 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -210,7 +210,7 @@ module.exports = { } ], repo: 'vuejs/docs-next', - editLinks: true, + editLinks: false, editLinkText: 'Edit this on GitHub!', docsDir: 'src', sidebarDepth: 2,