Skip to content

docs: Clarify issues vs discussions #90

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 1 commit into from
Jun 11, 2025
Merged
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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -12,10 +12,10 @@ body:
Remember to redact any sensitive information such as authentication credentials and/or license keys!
**Note:** If you are seeking community support or have a question, please consider starting a new thread via [GitHub discussions][discussions] or the [NGINX Community forum][forum].
**Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions].
[issue search]: ../search?q=is%3Aissue&type=issues
[discussions]: ../discussions
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
[discussions]: https://{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
[forum]: https://community.nginx.org
- type: textarea
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@ body:
Before you continue filling out this request, please take a moment to check that your feature has not been [already requested on GitHub][issue search] 🙌
**Note:** If you are seeking community support or have a question, please consider starting a new thread via [GitHub discussions][discussions] or the [NGINX Community forum][forum].
**Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions].
[issue search]: ../search?q=is%3Aissue&type=issues
[discussions]: ../discussions
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
[discussions]: https://{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
[forum]: https://community.nginx.org
- type: textarea
4 changes: 0 additions & 4 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -20,10 +20,6 @@ For a comprehensive list of all NGINX directives, check out <https://nginx.org>.

For a comprehensive list of administration and deployment guides for all NGINX products, check out <https://docs.nginx.com>.

### Mailing List

Want to get in touch with the NGINX development team directly? Try using the relevant mailing list found at <https://mailman.nginx.org/mailman3/lists/>!

## Contributing

Please see the [contributing guide](/CONTRIBUTING.md) for guidelines on how to best contribute to this project.