Skip to content

Commit

Permalink
Clean up issue templates (openvinotoolkit#19874)
Browse files Browse the repository at this point in the history
* Cleanup

* minor changes

* performance.yml
  • Loading branch information
p-wysocki authored Sep 16, 2023
1 parent 0edd62b commit 0247f4a
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 39 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Create a report to help us improve
name: Bug report
description: Help us improve OpenVINO.
title: "[Bug]: "
labels: ["bug", "support_request"]
body:
Expand Down Expand Up @@ -53,7 +53,7 @@ body:
id: framework
attributes:
label: Framework
description: Framework used in model optimization
description: Framework used for model optimization
options:
- TensorFlow 1
- Keras (TensorFlow 2)
Expand All @@ -68,7 +68,7 @@ body:
id: model_name
attributes:
label: Model used
description: Please provide us the link to your model in the description
description: Link to the model
placeholder: ResNet50 / YOLOv4
validations:
required: false
Expand All @@ -77,8 +77,7 @@ body:
attributes:
label: Issue description
description: What issue are you having, and what did you expect to happen instead?
placeholder: Please provide a detailed description of what happened
value: "Error when performing model optimization on yolov4 model."
placeholder: "Error when performing model optimization on yolov4 model."
validations:
required: true
- type: textarea
Expand All @@ -101,9 +100,9 @@ body:
label: Issue submission checklist
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/intel/intel-one-mono/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I report the issue. It's not a question
- label: I'm reporting an issue. It's not a question.
required: true
- label: I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found the solution
- label: I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
required: true
- label: There is reproducer code and related data files such as images, videos, models, etc.
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Issue Report
description: This report is for the build/installation issue
name: Build Issue report
description: Report a build or installation issue.
title: "[Build]: "
labels: ["build", "support_request"]
body:
Expand Down Expand Up @@ -89,7 +89,7 @@ body:
label: Issue submission checklist
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/intel/intel-one-mono/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I report the issue. It's not a question
- label: I'm reporting an issue. It's not a question.
required: true
- label: I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found the solution
- label: I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
required: true
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Documentation issue Report
description: This report is related to the documentation
name: Documentation issue report
description: Report an issue with Documentation.
title: "[Docs]: "
labels: ["docs", "support_request"]
body:
Expand All @@ -16,15 +16,17 @@ body:
validations:
required: true
- type: textarea
id: build_description
id: description
attributes:
label: Build issue description
description: What issue are you facing during the build/installation?
placeholder: Please provide a detailed description of what happened
label: Description
description: Provide a description of the issue you noticed.
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Issue submission checklist
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/intel/intel-one-mono/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I report the documentation issue. It's not a question
- label: I'm reporting a documentation issue. It's not a question.
required: true
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Suggest a feature or improvement for the OpenVINO toolkit
description: Suggest a feature or improvement for the OpenVINO toolkit.
title: "[Feature Request]: "
labels: ["enhancement", "feature"]
assignees:
Expand All @@ -9,18 +9,16 @@ body:
id: request_description
attributes:
label: Request Description
description: What is the request you would like us to improve on?
placeholder: Please provide a detailed description of your request
value: "To have OpenVINO support yolov8 model (with description)"
description: What would you like us to improve on?
placeholder: Please provide a detailed description of your request.
validations:
required: true
- type: textarea
id: feature_usecase
attributes:
label: Feature Use Case
description: What is the use case of the feature you are proposing?
placeholder: Please provide the use case where this will be useful
value: "Recent autonomous vehicles have been using the yolov8 model to perform object segmentation."
placeholder: What is the new feature use case? How will it be useful?
validations:
required: false
- type: checkboxes
Expand Down
18 changes: 8 additions & 10 deletions .github/ISSUE_TEMPLATE/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ body:
id: model_name
attributes:
label: Model used
description: Please provide us the link to your model in the description
description: Link to the model
placeholder: ResNet50 / YOLOv4
validations:
required: true
- type: dropdown
id: model_quantized
attributes:
label: Quantized model?
description: Is your model quantized with model optimized?
label: Model quantization
description: Is your model quantized?
options:
- 'Yes'
- 'No'
Expand All @@ -119,11 +119,9 @@ body:
attributes:
label: Performance issue description
description: What issue are you having, and what did you expect to happen instead?
placeholder: Please provide a detailed description of what happened
value: |
let us know the application you use for performance tests
e.g., hello_classification.py / benchmark_app / own test script
if you are using your own test script, could this reproduce using benchmark_app?
placeholder: |
Please provide a detailed description of what happened.
Can the issue be reproduced using benchmark_app?
validations:
required: true
- type: textarea
Expand All @@ -140,9 +138,9 @@ body:
label: Issue submission checklist
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/intel/intel-one-mono/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I report the performance issue. It's not a question
- label: I'm reporting a performance issue. It's not a question.
required: true
- label: I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found the solution
- label: I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
required: true
- label: There is reproducer code and related data files such as images, videos, models, etc.
required: true
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/pre_release_feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ body:
attributes:
label: Pre-release feedback
description: What is the issue or feedback on the pre-release?
placeholder: Please describe the issue and/or feedback
value: "Inference performance drop in OpenVINO 2022.4."
placeholder: There is an inference performance drop in OpenVINO 2022.4.
validations:
required: true
- type: textarea
id: thoughts
attributes:
label: New Feature Feedback?
label: New Feature Feedback
description: Do you have any feedback on the new features released in the pre-release?
placeholder: Any thoughts on the new feature are welcome
placeholder: Any thoughts on the new features are welcome.
validations:
required: false
- type: markdown
Expand Down

0 comments on commit 0247f4a

Please sign in to comment.