Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Describe the changes you have made in this PR -
This Pr updates the readme file as mentioned in issue #253 .
Screenshots of the changes (If any) -
After:
name: 🐞 Bug
description: Create a report to help us improve
title: "🐞 Bug"
labels: ["🐞 bug", "pending triage"]
body:
type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered
options:
required: true
type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
validations:
required: true
type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to'...'
2. Click on'...'
3. Scroll down to'...'
4. See error
validations:
required: true
type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen
validations:
required: true
type: textarea
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in
validations:
required: false
type: dropdown
attributes:
label: Is faced issue/bug related to vue simulator?
description: A clear and concise description of what you have faced issue with
validations:
required: true
type: dropdown
attributes:
label: Used vue simulator with or without backend
description: A clear and concise description of how you used the simulator
validations:
required: false
type: dropdown
attributes:
label: Is bug is only in dev server or build or in both?
description: A clear and concise description of how where the issue/bug is
validations:
required: false
type: textarea
attributes:
label: Device Information [optional]
description: |
examples:
- OS: Ubuntu 20.04
- Browser: chrome
- version: 22
value: |
- OS:
- Browser:
- version:
render: markdown
validations:
required: false
type: input
attributes:
label: Additional context
description: Add any other context about the problem here
validations:
required: false
type: dropdown
attributes:
label: Are you working on this issue?
options:
- 'Yes'
- 'No'
validations:
required: true
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.