Skip to content

Commit fdfd69a

Browse files
author
Cailyn
authored
Add Website and Other Links to README (#58)
* Add Website and Other Links to README * Address comments * Remove accidentally added file
1 parent 5b834c4 commit fdfd69a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# network-policy-api
1+
<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100">
22

3-
The network policy API is a part of the [SIG Network](https://github.com/kubernetes/community/tree/master/sig-network),
4-
and this repository addresses further work involving Kubernetes network security beyond the NetworkPolicy v1 resource.
3+
# Network Policy API
4+
👋 Welcome to the Network Policy API Project - we are happy to have you here! Before you get started here are some useful links:
5+
- [Our Website](https://network-policy-api.sigs.k8s.io/)
6+
- [Agenda](https://docs.google.com/document/d/1AtWQy2fNa4qXRag9cCp5_HsefD7bxKe3ea2RPn8jnSs/edit#heading=h.ajvcztp6cza)
7+
- [NetworkPolicy v1 Docs](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
58

6-
## Community, discussion, contribution, and support
9+
## What is the Network Policy API Project
10+
The network policy API is a part of [SIG Network](https://github.com/kubernetes/community/tree/master/sig-network),
11+
and this repository addresses further work involving Kubernetes network security beyond the NetworkPolicy v1 resource.
712

13+
## Community, discussion, contribution, and support
814
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
915

1016
You can reach the maintainers of this project at:
11-
1217
- [Slack](https://kubernetes.slack.com/messages/sig-network-policy-api)
1318
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-network)
1419

15-
To get started contributing please take time to read over the [contributing guidelines](https://github.com/kubernetes-sigs/network-policy-api/blob/master/CONTRIBUTING.md) as well as the [developer guide](https://github.com/kubernetes/community/blob/master/contributors/devel/README.md).
20+
To get started contributing please take time to read over the [contributing guidelines](https://github.com/kubernetes-sigs/network-policy-api/blob/master/CONTRIBUTING.md) as well as the [developer guide](https://github.com/kubernetes/community/blob/master/contributors/devel/README.md). You can then take a look at the open issues labelled 'good-first-issue' [here](https://github.com/kubernetes-sigs/network-policy-api/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
1621
### Code of conduct
17-
1822
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

0 commit comments

Comments
 (0)