From 0c2b68e469008fcc33f53da884d3e3b87df8dad0 Mon Sep 17 00:00:00 2001 From: Zlobin Vladimir Date: Fri, 19 Jul 2024 13:27:33 +0400 Subject: [PATCH] rm .github/ISSUE_TEMPLATE (#646) GenAI issues found by the commpunity tend to be crated using that template which isn't correct because they usually expect us to address them. --- .github/ISSUE_TEMPLATE/good_first_issue.yml | 67 --------------------- 1 file changed, 67 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/good_first_issue.yml diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.yml b/.github/ISSUE_TEMPLATE/good_first_issue.yml deleted file mode 100644 index f0192d1598..0000000000 --- a/.github/ISSUE_TEMPLATE/good_first_issue.yml +++ /dev/null @@ -1,67 +0,0 @@ -name: Good First Issue -description: Create a Good First Issue for new contributors. -title: "[Good First Issue]: " -labels: ["good first issue"] -body: - - type: textarea - id: context - attributes: - label: Context - description: | - Let the contributors know what your component is responsible for, - what's the importance of the change and why it's needed. - Keep in mind the Good First Issue is for new contributors. - placeholder: What is it and why is it important? - validations: - required: true - - - type: textarea - id: todo_list - attributes: - label: What needs to be done? - description: | - Be as verbose as possible, provide a TODO list if viable. - validations: - required: true - - - type: textarea - id: example_prs - attributes: - label: Example Pull Requests - description: | - Provide example Pull requests, if there are any. - validations: - required: false - - - type: textarea - id: resources - attributes: - label: Resources - description: | - Any materials related to the task, such as operator specifications, - discussions, guides. - value: | - - [Contribution guide - start here!](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md) - - [Intel DevHub Discord channel](https://discord.gg/7pVRxUwdWG) - engage in discussions, ask questions and talk to OpenVINO developers - - [How to link your Pull Request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-to-an-issue-using-the-pull-request-sidebar) - validations: - required: true - - - type: textarea - id: contact_points - attributes: - label: Contact points - description: | - People who can be asked questions about the task. - placeholder: GitHub users - validations: - required: true - - - type: textarea - id: ticket - attributes: - label: Ticket - description: | - Provide the ticket number, if available. - validations: - required: false