mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00: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.
40 lines
1.6 KiB
YAML
40 lines
1.6 KiB
YAML
---
|
|
name: ✨ Feature request
|
|
description: Suggest an idea for this project
|
|
labels: enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request!
|
|
|
|
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] 🙌
|
|
|
|
**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].
|
|
|
|
[issue search]: https://github.com/nginx/nginx/search?q=is%3Aissue&type=issues
|
|
[discussions]: https://github.com/nginx/nginx/discussions
|
|
[forum]: https://community.nginx.org
|
|
|
|
- type: textarea
|
|
id: overview
|
|
attributes:
|
|
label: Feature Overview
|
|
description: A clear and concise description of what the feature request is.
|
|
placeholder: I would like this project to be able to do "X".
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Detail any potential alternative solutions/workarounds you've used or considered.
|
|
placeholder: I have done/might be able to do "X" in this project by doing "Y".
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here.
|
|
placeholder: Feel free to add any other context/information/screenshots/etc... that you think might be relevant to this feature request here.
|