Benoit Chesneau 7894d1c170 release: prepare 24.1.0
- Bump version to 24.1.0
- Add PROXY protocol v2 documentation to deploy guide
- Add 24.1.0 changelog with new features and bug fixes
- Update all docs.gunicorn.org URLs to gunicorn.org
2026-01-23 18:47:17 +01:00

51 lines
1.3 KiB
YAML

title: "[Question] "
body:
- type: markdown
attributes:
value: |
Have a question about Gunicorn?
Before asking, please check:
- [Documentation](https://gunicorn.org/)
- [FAQ](https://gunicorn.org/faq/)
- [Settings Reference](https://gunicorn.org/reference/settings/)
- [Existing discussions](https://github.com/benoitc/gunicorn/discussions)
- type: textarea
id: question
attributes:
label: Question
description: What would you like to know?
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: Any relevant context (your setup, what you've tried, etc.)
placeholder: |
I'm running gunicorn with...
I've tried...
validations:
required: false
- type: textarea
id: config
attributes:
label: Configuration (if relevant)
description: Your gunicorn configuration
render: bash
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have checked the documentation and FAQ
required: true
- label: I have searched existing discussions
required: true