mirror of
https://github.com/nginx/nginx.git
synced 2026-02-04 06:33:44 +02:00
- Issue templates are replaced with forms. Forms allow to explicitly ask for certain info before an issue is opened, they can be programmatically queried via GH actions to get the data in fields. - Added language around GH discussions vs the forum in the issue forms. - Added GH discussions templates. These templates delineate which types of discussions belong on GitHub vs the community forum. - Created SUPPORT.md to delineate which types of topics belong on GitHub vs different support channels (community forum/docs/commercial support). - Updated CONTRIBUTING.md: - Removed text that belongs in SUPPORT.md. - Added F5 CLA clarifying text. - Added badges to README.md. Most of these are there to make information even clearer, moreso for users reading README.md from sources outside GitHub.
16 lines
655 B
YAML
16 lines
655 B
YAML
---
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
For NGINX troubleshooting/technical help, please visit our community forum instead of asking your questions here. We will politely redirect these types of questions to the forum.
|
|
- type: textarea
|
|
id: q-a
|
|
attributes:
|
|
label: What question do you have?
|
|
description: Please provide as much context as possible. Remember that only questions related to the NGINX codebase will be addressed on GitHub. For anything else, please visit our [community forum](https://community.nginx.org/).
|
|
value: |
|
|
I would like to know...
|
|
validations:
|
|
required: true
|