| name: Feature request | |
| description: Suggest an idea for cfn-lint | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| Thanks for taking the time to submit a feature request! Try to include as much information as you can. | |
| For reference, the current version of cfn-lint is <img src="https://badge.fury.io/py/cfn-lint.svg" />. | |
| - type: dropdown | |
| attributes: | |
| label: Is this feature request related to a new rule or cfn-lint capabilities? | |
| description: Which categories does this request impact? | |
| multiple: true | |
| options: | |
| - rules | |
| - New capability | |
| - type: textarea | |
| attributes: | |
| label: Describe the feature you'd like to request | |
| description: | | |
| A clear and concise description of what you want to happen. Please include **any related issues**, documentation, etc. | |
| validations: | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: Describe the solution you'd like | |
| description: | | |
| A clear and concise description of what you want to happen. | |
| validations: | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: Additional context | |
| description: | | |
| Add any other use cases or context about the feature request here. Please include any prototype, workaround, reference implementation, etc. | |
| - type: checkboxes | |
| attributes: | |
| label: Is this something that you'd be interested in working on? | |
| options: | |
| - label: 👋 I may be able to implement this feature request | |
| - type: checkboxes | |
| attributes: | |
| label: Would this feature include a breaking change? | |
| options: | |
| - label: ⚠️ This feature might incur a breaking change | |