Skip to content

Commit

Permalink
chore: add new v4 issue template (#12386)
Browse files Browse the repository at this point in the history
* V4 issue report

* fix: syntax for issue

* fix: required syntax on textarea issue

* fix: indentation on bug report

* chore: add IDs to fields

* fix: remove type
  • Loading branch information
skierkowski committed Mar 13, 2024
1 parent cfa3687 commit a539655
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-v4.yml
@@ -0,0 +1,18 @@
name: V.4 Bug Report & Feedback
description: Report an issue/feedback for Serverless Framework v.4 Alpha/Beta release
labels: V4
body:
- type: textarea
id: version
attributes:
label: What version of Serverless Framework are you using?
description: Output of `serverless --version`
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Issue description / feedback
description: Describe the issue, repro steps, and important context to help us reproduce the issue and find the root cause.
validations:
required: true

0 comments on commit a539655

Please sign in to comment.