-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update the CONTRIBUTING.md and README.md files according to https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/CONTRIBUTING.md.
- Loading branch information
1 parent
cd064e2
commit a6ca22f
Showing
5 changed files
with
52 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Contributing Guidelines | ||
|
||
Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://github.com/kubernetes/community)! The Kubernetes community abides by the CNCF [code of conduct](code-of-conduct.md). Here is an excerpt: | ||
|
||
_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._ | ||
|
||
## Getting Started | ||
|
||
To learn more about the project, please read through the following documents: | ||
|
||
- https://github.com/kubernetes/dashboard/wiki | ||
- https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ | ||
|
||
All the contributions are done via GitHub. | ||
More documentation on contributing can be found here: | ||
|
||
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests | ||
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](http://git.k8s.io/community/contributors/guide#contributing) | ||
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers | ||
|
||
### Create a patch | ||
|
||
1. Submit an issue by describing your proposed change to the repo in question. | ||
2. The repo owners will respond to your issue rapidly. | ||
3. Fork the repo make your changes and test it. | ||
4. Submit a pull request. | ||
|
||
### Get through review process | ||
|
||
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. | ||
|
||
## Mentorship | ||
|
||
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers! | ||
|
||
## Contact Information | ||
|
||
- [Slack channel](https://kubernetes.slack.com/messages/sig-ui) | ||
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-ui) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Kubernetes Community Code of Conduct | ||
|
||
Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md) |