Skip to content

Commit a6ca22f

Browse files
nikhitak8s-ci-robot
authored andcommitted
Move template files to root (#3468)
Also update the CONTRIBUTING.md and README.md files according to https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/CONTRIBUTING.md.
1 parent cd064e2 commit a6ca22f

File tree

5 files changed

+52
-32
lines changed

5 files changed

+52
-32
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Contributing Guidelines
2+
3+
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:
4+
5+
_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._
6+
7+
## Getting Started
8+
9+
To learn more about the project, please read through the following documents:
10+
11+
- https://github.com/kubernetes/dashboard/wiki
12+
- https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
13+
14+
All the contributions are done via GitHub.
15+
More documentation on contributing can be found here:
16+
17+
- [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
18+
- [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)
19+
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers
20+
21+
### Create a patch
22+
23+
1. Submit an issue by describing your proposed change to the repo in question.
24+
2. The repo owners will respond to your issue rapidly.
25+
3. Fork the repo make your changes and test it.
26+
4. Submit a pull request.
27+
28+
### Get through review process
29+
30+
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.
31+
32+
## Mentorship
33+
34+
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
35+
36+
## Contact Information
37+
38+
- [Slack channel](https://kubernetes.slack.com/messages/sig-ui)
39+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,20 @@ https://github.com/kubernetes/dashboard/wiki/Accessing-dashboard) and more for u
5353
Management](https://github.com/kubernetes/dashboard/wiki/Dependency-management) and more for anyone interested in
5454
contributing
5555

56-
## Community
56+
## Community, discussion, contribution, and support
57+
58+
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
59+
60+
You can reach the maintainers of this project at:
5761

5862
* [**#sig-ui on Kubernetes Slack**](https://kubernetes.slack.com)
5963
* [**kubernetes-sig-ui mailing list** ](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)
6064
* [**Issue tracker**](https://github.com/kubernetes/dashboard/issues)
61-
* [**Community info**](https://github.com/kubernetes/community/tree/master/sig-ui)
65+
* [**SIG info**](https://github.com/kubernetes/community/tree/master/sig-ui)
66+
67+
### Code of conduct
68+
69+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
6270

6371
## License
6472

code-of-conduct.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Kubernetes Community Code of Conduct
2+
3+
Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md)

0 commit comments

Comments
 (0)