mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
20 lines
924 B
YAML
20 lines
924 B
YAML
name: 🐛 Bug Report
|
|
description: Create a Bug Report. If you're using V.4, get priority support directly from our team using the "serverless support" command, the Dashboard or email us at support AT serverless.com
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Issue description
|
|
description: |
|
|
Describe your issue here. If you are using V.4 and on a Serverless Subscription, you can get support directly from our team using the "serverless support" command.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Context
|
|
description: |
|
|
If you're using V.4, please run "serverless support --summary" and paste the report in here, if anything is provided.
|
|
If you're not using V.4, please include your serverless.yml, version, and anything else relevant to your issue.
|
|
If not applicable, fill with "N/A"
|
|
validations:
|
|
required: false
|