mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
22 lines
687 B
YAML
22 lines
687 B
YAML
name: 🎉 Feature request
|
|
description: Suggest an idea
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists
|
|
options:
|
|
- label: I have searched existing issues, it hasn't been reported yet
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Use case description
|
|
description: Describe the problem (use case) that needs to be solved
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposed solution (optional)
|
|
description: |
|
|
e.g. propose how the configuration of the new feature could look
|