Skip to content

Commit

Permalink
Move template files to root (#3468)
Browse files Browse the repository at this point in the history
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
nikhita authored and k8s-ci-robot committed Dec 27, 2018
1 parent cd064e2 commit a6ca22f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 32 deletions.
4 changes: 0 additions & 4 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

26 changes: 0 additions & 26 deletions .github/CONTRIBUTING.md

This file was deleted.

39 changes: 39 additions & 0 deletions CONTRIBUTING.md
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)
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,20 @@ https://github.com/kubernetes/dashboard/wiki/Accessing-dashboard) and more for u
Management](https://github.com/kubernetes/dashboard/wiki/Dependency-management) and more for anyone interested in
contributing

## Community
## Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).

You can reach the maintainers of this project at:

* [**#sig-ui on Kubernetes Slack**](https://kubernetes.slack.com)
* [**kubernetes-sig-ui mailing list** ](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)
* [**Issue tracker**](https://github.com/kubernetes/dashboard/issues)
* [**Community info**](https://github.com/kubernetes/community/tree/master/sig-ui)
* [**SIG info**](https://github.com/kubernetes/community/tree/master/sig-ui)

### Code of conduct

Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

## License

Expand Down
3 changes: 3 additions & 0 deletions code-of-conduct.md
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)

0 comments on commit a6ca22f

Please sign in to comment.