summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Michael <michmike@users.noreply.github.com>2019-03-12 19:35:59 -0500
committerGitHub <noreply@github.com>2019-03-12 19:35:59 -0500
commitd221f13bc2b8b0ecb952946c4b3d38da3e3f9296 (patch)
tree7db1c27117310eb50ac3f7eea31b475afbcc5dd6
parentf061cd3175644243f17e0d583c08d6ce7922fefe (diff)
Update README.md
-rw-r--r--contributors/guide/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md
index 38afef67..59caa9a9 100644
--- a/contributors/guide/README.md
+++ b/contributors/guide/README.md
@@ -31,6 +31,7 @@ Welcome to Kubernetes!
- [Code Review](#code-review)
- [Testing](#testing)
- [Security](#security)
+ - [Contributing on Windows Node support](#contributing-on-windows-node-support)
- [Documentation](#documentation)
- [Issues Management or Triage](#issues-management-or-triage)
- [Kubernetes Contributor Playground](#kubernetes-contributor-playground)
@@ -242,6 +243,8 @@ If you're looking to run e2e tests on your own infrastructure, [kubetest](https:
- [Security Release Page](https://git.k8s.io/sig-release/security-release-process-documentation/security-release-process.md) - outlines the procedures for the handling of security issues.
- [Security and Disclosure Information](https://kubernetes.io/docs/reference/issues-security/security/) - check this page if you wish to report a security vulnerability.
+## Contributing on Windows Node support
+If you would like to contribute to the effort of supporting Windows Nodes in Kubernetes and scheduling Windows containers, we have a dedicated [reference guide](./contributing-on-windows.md).
## Documentation