From 338ec32a4145267e34265d249645d83020b17daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Linkiewicz?= Date: Wed, 2 Jul 2025 23:57:53 +0200 Subject: [PATCH 1/3] ADD: Create config.yml for .github/ISSUE_TEMPLATE/config.yml ADD: Create config.yml for .github/ISSUE_TEMPLATE/config.yml --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..deee8d2ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 + 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. From 5152c26d8f19609356743af7c57cd5dd1b0c9d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Linkiewicz?= Date: Wed, 2 Jul 2025 23:58:58 +0200 Subject: [PATCH 2/3] ADD: Create default issue_form.yml ADD: Create default issue_form.yml --- .github/ISSUE_TEMPLATE/issue_form.yml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_form.yml diff --git a/.github/ISSUE_TEMPLATE/issue_form.yml b/.github/ISSUE_TEMPLATE/issue_form.yml new file mode 100644 index 000000000..50a85116c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_form.yml @@ -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. + + - 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. From a1a83a9d8970087fd9e3085afe04557402cb706a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Linkiewicz?= Date: Wed, 2 Jul 2025 23:59:36 +0200 Subject: [PATCH 3/3] ADD: Bug report issue_template.yml ADD: Bug report issue_template.yml --- .github/ISSUE_TEMPLATE/issue_template.yml | 48 +++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.yml diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml new file mode 100644 index 000000000..6cb2654ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -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). + 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.