Update bug.yml

This commit is contained in:
JD
2022-03-02 17:36:55 +05:30
committed by GitHub
parent f37718b2de
commit 7f59126a3f

View File

@@ -21,31 +21,17 @@ body:
label: What is actually happening? label: What is actually happening?
validations: validations:
required: true required: true
- type: input
attributes:
label: NodeJS Version
description: Run "node --version" in terminal for node version
placeholder: v16.14.0
validations:
required: true
- type: input
attributes:
label: Package manager name & version
placeholder: yarn 11.6.2
validations:
required: true
- type: input
attributes:
label: Browser name & version
placeholder: Chrome Version 98.0.4758.102
validations:
required: true
- type: input
attributes:
label: Device on which you tested
placeholder: Ubuntu 21.10 64-bit
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Any additional comments? label: Additional data
value: |
<!-- If technical bug
NodeJS Version:
Package manager(npm|yarn|pnpm):
Browser name & version:
System:
-->
<!-- If design file bug
Technology(figma|sketch):
-->