Skip to content

Commit

Permalink
Updates per the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed Dec 20, 2016
1 parent 9c113d0 commit ebb5629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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. 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.

### 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).
# Contributing
If your patch depends on new packages, follow the [instructions to add a dependency](/docs/development/dependencies.md).

## Bug reporting

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
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");
you may not use this file except in compliance with the License.
Expand Down
1 change: 0 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ assignees:
- kris-nova
- chrislovecnm
- zmerlynn
- mikedanese

0 comments on commit ebb5629

Please sign in to comment.