summaryrefslogtreecommitdiffhomepage
path: root/.github/DISCUSSION_TEMPLATE/q-a.yml
blob: f103ef2d7b6603a11bc11b70c0129474a2986e9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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