This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 0be7a8ff512c76cabecc2a12601e7af93180ca94 Author: Udi Meiri <[email protected]> AuthorDate: Mon Oct 1 11:24:10 2018 -0700 Add deprecation notices --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ README.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7862359..ffb5c42 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,10 @@ +**Deprecation notice:** The website is being migrated to +https://github.com/apache/beam/tree/master/website + +Please create new pull requests against the above repo. + +--- + *Please* add a meaningful description for your change here. Once your pull request has been opened and assigned a number, please edit the diff --git a/README.md b/README.md index b0e00a9..e3d68be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +**Deprecation notice:** The website is being migrated to +https://github.com/apache/beam/tree/master/website + +--- + # Apache Beam website This is the website for [Apache Beam](https://beam.apache.org/), hosted at:
