diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0334fc046f739..0000000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Please describe the steps to reproduce the behavior: - -1. Include code snippet as short as possible -2. Specify the command which should be used to compile the program -3. Specify the comment which should be used to launch the program -4. Indicate what is wrong and what was expected - -**Environment (please complete the following information):** - -- OS: [e.g Windows/Linux] -- Target device and vendor: [e.g. Intel GPU] -- DPC++ version: [e.g. commit hash or output of `clang++ --version`] -- Dependencies version: [e.g. low-level runtime versions (like NEO 20.04)] - -**Additional context** -Add any other context about the problem here.