You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,10 @@
1
-
# Kubernetes Template Project
2
-
3
-
The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files:
4
-
5
-
- a `README.md` outlining the project goals, sponsoring sig, and community contact information
6
-
- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners])
7
-
- a `CONTRIBUTING.md` outlining how to contribute to the project
8
-
- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code
9
-
- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content
10
-
- a `SECURITY_CONTACTS` with the contact points for the Product Security Team
11
-
to reach out to for triaging and handling of incoming issues. They must agree to abide by the
and will be removed and replaced if they violate that agreement.
1
+
# Testgrid
2
+
3
+
Kubernetes-related TestGrid projects.
4
+
Currently hosts the new frontend code for TestGrid.
5
+
6
+
Backend code for the main TestGrid components lives in https://github.com/GoogleCloudPlatform/testgrid.
7
+
See https://github.com/GoogleCloudPlatform/testgrid and https://github.com/kubernetes/test-infra/tree/master/testgrid#testgrid for additional documentation.
14
8
15
9
## Community, discussion, contribution, and support
0 commit comments