|
1 |
| -# network-policy-api |
| 1 | +<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100"> |
2 | 2 |
|
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/) |
5 | 8 |
|
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. |
7 | 12 |
|
| 13 | +## Community, discussion, contribution, and support |
8 | 14 | Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
|
9 | 15 |
|
10 | 16 | You can reach the maintainers of this project at:
|
11 |
| - |
12 | 17 | - [Slack](https://kubernetes.slack.com/messages/sig-network-policy-api)
|
13 | 18 | - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-network)
|
14 | 19 |
|
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). |
16 | 21 | ### Code of conduct
|
17 |
| - |
18 | 22 | Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
0 commit comments