summaryrefslogtreecommitdiffhomepage
path: root/.github/DISCUSSION_TEMPLATE/ideas.yml
blob: 73fb6ec3b0fd107079fe36c3a000e0e34b9e5171 (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: ideas
    attributes:
      label: What idea would you like to discuss?
      description: Please provide as much context as possible. Remember that only ideas related to the NGINX codebase will be addressed on GitHub. For anything else, please visit our [community forum](https://community.nginx.org/).
      value: |
        I have an idea for...
    validations:
      required: true