summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-05-29 09:22:30 -0700
committerGitHub <noreply@github.com>2019-05-29 09:22:30 -0700
commit88c94e50fd4dcfb7777f71c804110dca4926f0c6 (patch)
treebf20735b78318108fa627b7b51028321ed7db024
parent1ca29b8e915c6cb6d4cc0363be4ae55d8a0c8a67 (diff)
parentc7000f5697f9ce82376576b81ba5c8a1f9579a0b (diff)
Merge pull request #3732 from michmike/patch-1
Update CONTRIBUTING.md
-rw-r--r--sig-windows/CONTRIBUTING.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/sig-windows/CONTRIBUTING.md b/sig-windows/CONTRIBUTING.md
index a31f282b..bd1c4dd2 100644
--- a/sig-windows/CONTRIBUTING.md
+++ b/sig-windows/CONTRIBUTING.md
@@ -8,7 +8,8 @@ Contains a list of common resources when contributing in the effort to support W
- [Build Prerequisites](#build-prerequisites)
- [Building Kubernetes binaries for Windows](#building-kubernetes-binaries-for-windows)
- [Updating the Node binaries](#updating-the-node-binaries)
-- [Creating a PR](#creating-a-pr)
+- [Creating a PR](#creating-a-pr)
+- [API Considerations](#api-considerations)
- [Running Tests](#running-tests)
- [Reporting Issues and Feature Requests](#reporting-issues-and-feature-requests)
- [Gathering Logs](#gathering-logs)
@@ -75,6 +76,10 @@ The detailed steps here are based off an example PR on GitHub: [https://github.c
6. Deploy your own cluster, including Windows Nodes
7. Test Your Changes
+## API Considerations
+
+If you modifying an API in the SIG-Windows codebase, make sure you are aware of the API [guidelines](/contributors/devel/sig-architecture/api_changes.md) and [conventions](/contributors/devel/sig-architecture/api-conventions.md) used in Kubernetes. This [document offers guidelines for API reviewers that API developers should always have in consideration](https://docs.google.com/document/d/1pkCYjr_OLCRUk2e606eMa2PEIwJdFHAfU5slXtBcKj8/edit).
+
## Running Tests
For the most up-to-date steps on how to build and run tests, please go to [https://github.com/kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing). It has everything you need to build and run tests, as well as links to the SIG-Windows configurations used on [TestGrid](https://testgrid.k8s.io/sig-windows).