Update bug.yml (#18919)

* Update bug.yml

removed some unnecessary wording #start here

* Update bug.yml

* Update bug.yml

* Update bug.yml
This commit is contained in:
HARI CHAND BALASUBRAMANIAM 2023-08-02 17:38:05 +08:00 committed by GitHub
parent 0769af959e
commit 9d27b34ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,22 +2,19 @@ name: Bug Report
description: Create a report to help us improve description: Create a report to help us improve
title: "[Bug]: " title: "[Bug]: "
labels: ["bug", "support_request"] labels: ["bug", "support_request"]
assignees:
- octocat
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please provide all the necessary information to expedite the response. Please provide all the necessary information to expedite the response.
#Start here
- type: input - type: input
id: ov_version id: ov_version
attributes: attributes:
label: OpenVINO Version label: OpenVINO Version
description: OpenVINO version, branch or tag in OpenVINO GitHub description: OpenVINO version, branch, or tag in OpenVINO GitHub
placeholder: 2021.4.0 LTS / Master Branch / tag 2022.3.0 placeholder: 2021.4.0 LTS / Master Branch / tag 2022.3.0
validations: validations:
required: false required: true
- type: dropdown - type: dropdown
id: os id: os
attributes: attributes:
@ -66,7 +63,7 @@ body:
- mxnet - mxnet
- PaddlePaddle - PaddlePaddle
validations: validations:
required: true required: false
- type: input - type: input
id: model_name id: model_name
attributes: attributes:
@ -87,7 +84,7 @@ body:
- type: textarea - type: textarea
id: step_by_step id: step_by_step
attributes: attributes:
label: Step by step reproduction label: Step-by-step reproduction
description: How can we reproduce your issue? description: How can we reproduce your issue?
placeholder: Please provide detailed instructions on how to reproduce the issue placeholder: Please provide detailed instructions on how to reproduce the issue
validations: validations: