diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8db026d8d4..6286de1938 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,5 @@ -# ⚠️⚠️⚠️ DISCLAIMER ⚠️⚠️⚠️: +## Description of Problem -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. As a result, **we are not ready for additional contributions yet**. +## Proposed Solution -## How can I provide feedback? - -To be respectful of your time and ideas, **please [create an issue](https://github.com/vuejs/docs-next/issues/new) instead of a pull request**. Otherwise, we will have to simply close your pull request at this time. - -Thanks for your understanding! +## Additional Information diff --git a/src/.vuepress/components/BetaBanner.vue b/src/.vuepress/components/AppBanner.vue similarity index 88% rename from src/.vuepress/components/BetaBanner.vue rename to src/.vuepress/components/AppBanner.vue index d5e4adcc4a..35c5937d7e 100644 --- a/src/.vuepress/components/BetaBanner.vue +++ b/src/.vuepress/components/AppBanner.vue @@ -1,11 +1,7 @@