File tree Expand file tree Collapse file tree 4 files changed +72
-0
lines changed Expand file tree Collapse file tree 4 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Report a bug or a performance issue
3
+ about : Use this template to report unexpected behavior
4
+ title : ' '
5
+ labels : ' bug'
6
+ assignees : ' '
7
+ ---
8
+
9
+ # Summary
10
+ Provide a short summary of the issue. Sections below provide guidance on what
11
+ factors are considered important to reproduce an issue.
12
+
13
+ # Version
14
+ Report oneAPI Toolkit version and oneAPI Sample version or hash.
15
+
16
+ # Environment
17
+ Provide OS information and hardware information if applicable.
18
+
19
+ # Steps to reproduce
20
+ Please check that the issue is reproducible with the latest revision on
21
+ master. Include all the steps to reproduce the issue.
22
+
23
+ # Observed behavior
24
+ Document behavior you observe. For performance defects, like performance
25
+ regressions or a function being slow, provide a log if possible.
26
+
27
+ # Expected behavior
28
+ Document behavior you expect.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Request a documentation change
3
+ about : Use this template to report documentation issue or request documentation changes
4
+ title : ' '
5
+ labels : ' documentation'
6
+ assignees : ' '
7
+ ---
8
+
9
+ # Summary
10
+ Include a short summary of the issue or request. Sections below provide
11
+ guidance on what factors are considered important for a documentation
12
+ issue.
13
+
14
+ # URLs
15
+ Include pointers to documents that are impacted.
16
+
17
+ # Additional details
18
+ Provide detailed description of the expected changes in documentation
19
+ and suggestions you have.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Request a feature
3
+ about : Use this template to request new functionality or a new sample
4
+ title : ' '
5
+ labels : ' enhancement'
6
+ assignees : ' '
7
+ ---
8
+
9
+ # Summary
10
+ Include a short summary of the request. Sections below provide guidance on
11
+ what factors are considered important for a feature request.
12
+
13
+ # Problem statement
14
+ Describe the problem you are trying to solve with reasonable level of details.
15
+ Describe the audience that is the target for this sample or will benefit from this feature request.
16
+
17
+ # Preferred solution
18
+ Document your thoughts on what solution may look like.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Ask a question
3
+ about : Use this template for everything that is not a bug or a feature request
4
+ title : ' '
5
+ labels : ' question'
6
+ assignees : ' '
7
+ ---
You can’t perform that action at this time.
0 commit comments