Skip to content

Commit 53326dd

Browse files
committed
Update community docs
1 parent 101d4b0 commit 53326dd

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.github/SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This codebase mainly consists of an Ansible role, sprinkled with a dose of GitHu
1414

1515
### Ansible
1616

17-
If you find a security vulnerability that affects Ansible directly, we encourage you to report it according to the [Ansible guidelines](https://docs.ansible.com/ansible/devel/community/reporting_bugs_and_features.html#reporting-a-bug).
17+
If you find a security vulnerability that directly affects Ansible, we encourage you to report it according to the [Ansible guidelines](https://docs.ansible.com/ansible/devel/community/reporting_bugs_and_features.html#reporting-a-bug).
1818

1919
### Codebase
2020

.github/pull_request_template.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Describe the use case and detail of the change. If this PR addresses an issue on
44

55
### Checklist
66

7-
Before creating a PR, run through this checklist and mark each as complete.
7+
Before creating a PR, run through this checklist and mark each as complete:
88

9-
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/ansible-role-nginx/blob/main/CONTRIBUTING.md) document
10-
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
11-
- [ ] I have checked that any relevant Molecule tests pass after adding my changes
12-
- [ ] I have updated any relevant documentation ([`defaults/main/*.yml`](https://github.com/nginxinc/ansible-role-nginx/blob/main/defaults/main/), [`README.md`](https://github.com/nginxinc/ansible-role-nginx/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/ansible-role-nginx/blob/main/CHANGELOG.md))
9+
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/ansible-role-nginx/blob/main/CONTRIBUTING.md) document.
10+
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works.
11+
- [ ] I have checked that any relevant Molecule tests pass after adding my changes.
12+
- [ ] I have updated any relevant documentation ([`defaults/main/*.yml`](https://github.com/nginxinc/ansible-role-nginx/blob/main/defaults/main/), [`README.md`](https://github.com/nginxinc/ansible-role-nginx/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/ansible-role-nginx/blob/main/CHANGELOG.md)).

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CI/CD:
3838
- Comment out the platform parameter out of Molecule tests. QEMU based tests are failing when trying to test the newest supported distribution.
3939
- Split Ansible Lint into its own GitHub Actions job since Molecule no longer runs linters natively.
4040
- Replace `molecule[docker]` with `molecule` and `molecule-plugins[docker]`.
41-
- Explicitly set the `ansible-compat` version (commented out for the time being whilst waiting for a new release of Molecule).
41+
- Explicitly set the `ansible-compat` version.
4242
- Add pre-releases to Release Drafter.
4343

4444
## 0.24.0 (January 29, 2023)

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ further defined and clarified by project maintainers.
5252
## Enforcement
5353

5454
Instances of abusive, harassing, or otherwise unacceptable behavior may be
55-
reported by contacting the project team at nginx@nginx.org. All
55+
reported by contacting the project team at <nginx-oss-community@f5.com>. All
5656
complaints will be reviewed and investigated and will result in a response that
5757
is deemed necessary and appropriate to the circumstances. The project team is
5858
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Molecule CI/CD](https://github.com/nginxinc/ansible-role-nginx/workflows/Molecule%20CI/CD/badge.svg)](https://github.com/nginxinc/ansible-role-nginx/actions)
33
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44
[![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)
5+
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/ansible-role-nginx/blob/main/SUPPORT.md)
56

67
# 👾 *Help make the NGINX Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
78

SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This isn't the right place to get support for NGINX specific questions, but the
1414

1515
We have a community [Slack](https://nginxcommunity.slack.com/)!
1616

17-
If you are not a member click [here](https://community.nginx.org/joinslack) to sign up (and let us know if the link does not seem to be working!)
17+
If you are not a member, click [here](https://community.nginx.org/joinslack) to sign up (and let us know if the link does not seem to be working!)
1818

1919
Once you join, check out the `#beginner-questions` and `nginx-users` channels :)
2020

0 commit comments

Comments
 (0)