Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhita committed Jul 18, 2018
1 parent d1398a9 commit 85d64a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing

Thanks for taking the time to join our community and start contributing!

The [Contributor Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
provides detailed instructions on how to get your ideas and bug fixes seen and accepted.

Please remember to sign the [CNCF CLA](https://github.com/kubernetes/community/blob/master/CLA.md) and
read and observe the [Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Building Linux Packages](#building-linux-packages)
- [For Debian](#for-debian)
- [For Fedora, CentOS, Red Hat Enterprise Linux](#for-fedora-centos-red-hat-enterprise-linux)
- [Contributing](#contributing)
<!-- END MUNGE: GENERATED_TOC -->

# Kubernetes Release
Expand Down Expand Up @@ -151,3 +152,7 @@ cd rpm
```

Resulting rpms, and a pre-generated yum repository will be generated in rpm/output/x86_64.

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.

0 comments on commit 85d64a8

Please sign in to comment.