Updates per the repo

This commit is contained in:
chrislovecnm 2016-12-19 22:02:38 -07:00
parent 9c113d0a26
commit ebb56296dc
3 changed files with 4 additions and 5 deletions

View File

@ -18,13 +18,13 @@ Follow either of the two links above to access the appropriate CLA and instructi
1. Submit an issue describing your proposed change to the repo in question. 1. Submit an issue describing your proposed change to the repo in question.
1. The [repo owners](OWNERS) will respond to your issue promptly. 1. The [repo owners](OWNERS) will respond to your issue promptly.
1. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above). 1. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
1. Fork the desired repo, develop and test your code changes. 1. If instructed by the repo owners provide a short design document in a PR.
1. Fork the desired repo, develop and test your code changes. Unit tests are required for most PRs.
1. Submit a pull request. 1. Submit a pull request.
### Adding dependencies ### Adding dependencies
If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md#godep-and-dependency-management). If your patch depends on new packages, follow the [instructions to add a dependency](/docs/development/dependencies.md).
# Contributing
## Bug reporting ## Bug reporting

View File

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright 2017 The Kubernetes Authors Copyright 2014 The Kubernetes Authors
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

1
OWNERS
View File

@ -3,4 +3,3 @@ assignees:
- kris-nova - kris-nova
- chrislovecnm - chrislovecnm
- zmerlynn - zmerlynn
- mikedanese