Skip to content

Commit ecc49d4

Browse files
authored
docs: Clarify issues vs discussions (#90)
1 parent e149f2a commit ecc49d4

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ body:
1212
1313
Remember to redact any sensitive information such as authentication credentials and/or license keys!
1414
15-
**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].
15+
**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].
1616
17-
[issue search]: ../search?q=is%3Aissue&type=issues
18-
[discussions]: ../discussions
17+
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
18+
[discussions]: https://{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
1919
[forum]: https://community.nginx.org
2020
2121
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ body:
1010
1111
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] 🙌
1212
13-
**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].
13+
**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].
1414
15-
[issue search]: ../search?q=is%3Aissue&type=issues
16-
[discussions]: ../discussions
15+
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
16+
[discussions]: https://{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
1717
[forum]: https://community.nginx.org
1818
1919
- type: textarea

SUPPORT.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ For a comprehensive list of all NGINX directives, check out <https://nginx.org>.
2020

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

23-
### Mailing List
24-
25-
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/>!
26-
2723
## Contributing
2824

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

0 commit comments

Comments
 (0)