Skip to content

Commit 37a7e68

Browse files
authored
config (#171): reduce PRs through template and edit link removal (#199)
* config (#171): add PR template to prevent PRs at the moment * config (#171): disable edit links on page temporarily
1 parent 8d0c817 commit 37a7e68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Note
2+
3+
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.
4+
5+
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.
6+
7+
Thanks for your understanding!

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ module.exports = {
210210
}
211211
],
212212
repo: 'vuejs/docs-next',
213-
editLinks: true,
213+
editLinks: false,
214214
editLinkText: 'Edit this on GitHub!',
215215
docsDir: 'src',
216216
sidebarDepth: 2,

0 commit comments

Comments
 (0)