Skip to content

Update or remove mentions to NGINX Community Slack #7348

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

Merged
merged 3 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ considering contributing!

To ask a question please use [Github Discussions](https://github.com/nginx/kubernetes-ingress/discussions).

You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience.
You can also get help through the [NGINX Community Forum](https://community.nginx.org/).

Please reserve GitHub issues for feature requests and bugs rather than general questions.

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/nginx/nginx-ingress?logo=docker&logoColor=white)](https://hub.docker.com/r/nginx/nginx-ingress)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/nginx/nginx-ingress?logo=docker&logoColor=white&sort=semver)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/nginx-ingress)](https://artifacthub.io/packages/container/nginx-ingress/kubernetes-ingress)
[![Slack](https://img.shields.io/badge/slack-%23nginx--ingress--controller-green?logo=slack)](https://nginxcommunity.slack.com/channels/nginx-ingress-controller)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![Commercial Support](https://badgen.net/badge/support/commercial/green?icon=awesome)

Expand All @@ -30,7 +29,6 @@ We value community input and would love to see you at the next community call. A

**Passcode:** `jpx5TM`

**Slack**: Join our channel `#nginx-ingress-controller` on the [NGINX Community Slack](https://nginxcommunity.slack.com/channels/nginx-ingress-controller) for updates and discussions.
**When**: 16:00 GMT / [Convert to your timezone](https://dateful.com/convert/gmt?t=16), every other Monday.

| **Community Call Dates** |
Expand Down Expand Up @@ -175,8 +173,7 @@ docker buildx imagetools inspect nginx/nginx-ingress:edge --format '{{ json (ind
## Contacts

We’d like to hear your feedback! If you have any suggestions or experience issues with our Ingress Controller, please
create an issue or send a pull request on GitHub. You can contact us directly via [NGINX Community
Slack](https://nginxcommunity.slack.com/channels/nginx-ingress-controller).
create an issue or send a pull request on GitHub.

## Contributing

Expand Down
9 changes: 5 additions & 4 deletions site/content/community.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
docs: DOCS-1447
title: Community and contributing
toc: true
weight: 2200
type: reference
product: NIC
docs: DOCS-1447
---

There are a few ways to get involved with the F5 NGINX Ingress Controller community and contribute to the project.

# Community

- Our [Slack channel #nginx-ingress-controller](https://nginxcommunity.slack.com/channels/nginx-ingress-controller), is the go-to place to start asking questions and sharing your thoughts.

- Our [GitHub issues page](https://github.com/nginx/kubernetes-ingress/issues) or [GitHub discussions page](https://github.com/nginx/kubernetes-ingress/discussions) offers more space for an asynchronous technical discussion.

- You can can also get help through the [NGINX Community Forum](https://community.nginx.org/).

# Contribute

Please see our [contributing guide](https://github.com/nginx/kubernetes-ingress/blob/main/CONTRIBUTING.md) to get involved with code or documentation.
Expand Down