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. 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. 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.