summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/coding-conventions.md3
-rw-r--r--contributors/devel/faster_reviews.md4
-rw-r--r--contributors/devel/go-code.md3
-rw-r--r--contributors/devel/owners.md4
-rw-r--r--contributors/devel/pull-requests.md4
-rw-r--r--contributors/devel/release/OWNERS8
-rw-r--r--contributors/devel/release/README.md3
-rw-r--r--contributors/devel/release/issues.md3
-rw-r--r--contributors/devel/release/patch-release-manager.md3
-rw-r--r--contributors/devel/release/patch_release.md3
-rw-r--r--contributors/devel/release/scalability-validation.md3
-rw-r--r--contributors/devel/release/testing.md3
-rw-r--r--contributors/devel/scalability-good-practices.md4
-rw-r--r--contributors/devel/security-release-process.md3
14 files changed, 0 insertions, 51 deletions
diff --git a/contributors/devel/coding-conventions.md b/contributors/devel/coding-conventions.md
deleted file mode 100644
index 23775c55..00000000
--- a/contributors/devel/coding-conventions.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This document has been moved to https://git.k8s.io/community/contributors/guide/coding-conventions.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/faster_reviews.md b/contributors/devel/faster_reviews.md
deleted file mode 100644
index d0fe7e37..00000000
--- a/contributors/devel/faster_reviews.md
+++ /dev/null
@@ -1,4 +0,0 @@
-The contents of this file have been moved to https://git.k8s.io/community/contributors/guide/pull-requests.md.
- <!--
- This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
- -->
diff --git a/contributors/devel/go-code.md b/contributors/devel/go-code.md
deleted file mode 100644
index 4454e400..00000000
--- a/contributors/devel/go-code.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This document's content has been rolled into https://git.k8s.io/community/contributors/guide/coding-conventions.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/owners.md b/contributors/devel/owners.md
deleted file mode 100644
index 1be75e5f..00000000
--- a/contributors/devel/owners.md
+++ /dev/null
@@ -1,4 +0,0 @@
-This document has been moved to https://git.k8s.io/community/contributors/guide/owners.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
-
diff --git a/contributors/devel/pull-requests.md b/contributors/devel/pull-requests.md
deleted file mode 100644
index c793df8c..00000000
--- a/contributors/devel/pull-requests.md
+++ /dev/null
@@ -1,4 +0,0 @@
-This file has been moved to https://git.k8s.io/community/contributors/guide/pull-requests.md.
-<!--
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
---> \ No newline at end of file
diff --git a/contributors/devel/release/OWNERS b/contributors/devel/release/OWNERS
deleted file mode 100644
index afb042fa..00000000
--- a/contributors/devel/release/OWNERS
+++ /dev/null
@@ -1,8 +0,0 @@
-reviewers:
- - saad-ali
- - pwittrock
- - steveperry-53
- - chenopis
- - spiffxp
-approvers:
- - sig-release-leads
diff --git a/contributors/devel/release/README.md b/contributors/devel/release/README.md
deleted file mode 100644
index d6eb9d6c..00000000
--- a/contributors/devel/release/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/ephemera/README.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/release/issues.md b/contributors/devel/release/issues.md
deleted file mode 100644
index cccf12e9..00000000
--- a/contributors/devel/release/issues.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/ephemera/issues.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/release/patch-release-manager.md b/contributors/devel/release/patch-release-manager.md
deleted file mode 100644
index da1290e5..00000000
--- a/contributors/devel/release/patch-release-manager.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/release-process-documentation/release-team-guides/patch-release-manager-playbook.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/release/patch_release.md b/contributors/devel/release/patch_release.md
deleted file mode 100644
index 1b074759..00000000
--- a/contributors/devel/release/patch_release.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/ephemera/patch_release.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/release/scalability-validation.md b/contributors/devel/release/scalability-validation.md
deleted file mode 100644
index 8a943227..00000000
--- a/contributors/devel/release/scalability-validation.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/ephemera/scalability-validation.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/release/testing.md b/contributors/devel/release/testing.md
deleted file mode 100644
index 2ae76112..00000000
--- a/contributors/devel/release/testing.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/ephemera/testing.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
diff --git a/contributors/devel/scalability-good-practices.md b/contributors/devel/scalability-good-practices.md
deleted file mode 100644
index ef274c27..00000000
--- a/contributors/devel/scalability-good-practices.md
+++ /dev/null
@@ -1,4 +0,0 @@
-This document has been moved to https://git.k8s.io/community/contributors/guide/scalability-good-practices.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.
-
diff --git a/contributors/devel/security-release-process.md b/contributors/devel/security-release-process.md
deleted file mode 100644
index e0b55f68..00000000
--- a/contributors/devel/security-release-process.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The original content of this file has been migrated to https://git.k8s.io/sig-release/security-release-process-documentation/security-release-process.md
-
-This file is a placeholder to preserve links. Please remove after 3 months or the release of kubernetes 1.10, whichever comes first.