File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** To Reproduce**
14
+ Please describe the steps to reproduce the behavior:
15
+
16
+ 1 . Include code snippet as short as possible
17
+ 2 . Specify the command which should be used to compile the program
18
+ 3 . Specify the comment which should be used to launch the program
19
+ 4 . Indicate what is wrong and what was expected
20
+
21
+ ** Environment (please complete the following information):**
22
+
23
+ - OS: [ e.g Windows/Linux]
24
+ - Target device and vendor: [ e.g. Intel GPU]
25
+ - DPC++ version: [ e.g. commit hash or output of ` clang++ --version ` ]
26
+ - Dependencies version: [ e.g. low-level runtime versions (like NEO 20.04)]
27
+
28
+ ** Additional context**
29
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - name : Ask community a question
3
+ url : https://github.com/intel/llvm/discussions/categories/q-a
4
+ about : Please use Q&A Discussions category instead of Issues to ask questions
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea/improvement for this project
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem? Please describe**
11
+ A clear and concise description of what the problem is.
12
+ Include reproducer or code/pseudo-code example.
13
+ Include specific environment details where problem occurs.
14
+
15
+ ** Describe the solution you would like**
16
+ A clear and concise description of what you want to happen.
17
+
18
+ ** Describe alternatives you have considered**
19
+ A clear and concise description of any alternative solutions or features you
20
+ have considered.
21
+
22
+ ** Additional context**
23
+ Add any other context about the feature request here.
You can’t perform that action at this time.
0 commit comments