Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community page for NIC #5038

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/content/contribute/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Contribute
description:
weight: 2200
menu:
docs:
parent: NGINX Ingress Controller
---
24 changes: 24 additions & 0 deletions docs/content/contribute/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Community and Contribution

description: "Learn about the NGINX Ingress Controller community and contribute to the project."
weight: 2000
doctypes: [""]
toc: true
docs: "DOCS-584"
---


# Community

- Our [Slack channel #nginx-ingress-controller](https://nginxcommunity.slack.com/), is the go-to place to start asking questions and sharing your thoughts.
oseoin marked this conversation as resolved.
Show resolved Hide resolved

- Our [GitHub issues page](https://github.com/nginxinc/kubernetes-ingress/issues) or [GitHub discussions page](https://github.com/nginxinc/kubernetes-ingress/discussions) offers space for a more technical discussion at your own pace.

# Contribute

Get involved with the project by contributing! Please see our [contributing guide](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md) for details.

# License

[Apache License, Version 2.0](https://github.com/nginxinc/kubernetes-ingress/blob/main/LICENSE)
Loading