Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These templates are designed to encourage clear communication and efficient issue tracking, reflecting Intel's commitment to quality and customer focus
blank_issues_enabled: false
contact_links:
- name: Support
url: https://github.com/OpenVisualCloud/Media-Transport-Library/issues
about: If you have questions or need support, please visit our issue tracker.
- name: Documentation
url: https://github.com/OpenVisualCloud/Media-Transport-Library/wiki
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest using the docs link instead of an empty wiki.

Suggested change
url: https://github.com/OpenVisualCloud/Media-Transport-Library/wiki
url: https://openvisualcloud.github.io/Media-Transport-Library/

about: For detailed documentation and guides, please visit our documentation sub-page.
- name: Community
url: https://community.intel.com/
about: Join our community discussions and connect with other users.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_form.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature Request
description: Suggest a new feature or improvement for the Media & Entertainment AI Suite.
title: "[Feature Request]: "
labels: [enhancement, needs-triage]

body:
- type: markdown
attributes:
value: |
We appreciate your interest in improving the Media & Entertainment AI Suite. Please provide details about the feature or improvement you are suggesting.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[minor]

Suggested change
We appreciate your interest in improving the Media & Entertainment AI Suite. Please provide details about the feature or improvement you are suggesting.
We appreciate your interest in improving the Media & Entertainment AI Suite. Please provide details about the feature or improvement you wish to suggest.


- type: input
id: feature_name
attributes:
label: Feature Name
description: What is the name of the feature or improvement?
validations:
required: true

- type: textarea
id: feature_description
attributes:
label: Feature Description
description: Describe the feature or improvement in detail.
validations:
required: true

- type: textarea
id: use_case
attributes:
label: Use Case
description: Explain the use case and how this feature will benefit users.
validations:
required: true

- type: textarea
id: additional_context
attributes:
label: Additional Context
description: Add any other context or screenshots related to the feature request.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Bug Report
description: Report a bug or unexpected behavior in the Media & Entertainment AI Suite.
title: "[Bug]: "
labels: [bug, needs-triage]

body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug. Please fill out the information below to help us address the issue effectively.

- type: input
id: environment
attributes:
label: Environment
description: Describe the environment where the issue occurred (e.g., OS, hardware, software versions).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure how the links show up there though.

Suggested change
description: Describe the environment where the issue occurred (e.g., OS, hardware, software versions).
description: |
Describe the environment where the issue occurred (e.g., OS, hardware, software versions).
You may utilize the [PerfSpect](https://github.com/intel/PerfSpect) tool to gather system information.
Please remember not to share any sensitive information.

validations:
required: true

- type: textarea
id: description
attributes:
label: Description
description: Provide a detailed description of the issue.
validations:
required: true

- type: textarea
id: steps_to_reproduce
attributes:
label: Steps to Reproduce
description: List the steps needed to reproduce the issue.
validations:
required: true

- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
description: Describe what you expected to happen.
validations:
required: true

- type: textarea
id: additional_context
attributes:
label: Additional Context
description: Add any other context or screenshots about the issue.