Skip to content

Commit 1973bdf

Browse files
anjgolaagola
and
agola
authored
* Update README.md * Add issue template * Remove image folder Signed-off-by: agola <[email protected]> Co-authored-by: agola <[email protected]>
1 parent b697ddf commit 1973bdf

File tree

4 files changed

+72
-0
lines changed

4 files changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
---

0 commit comments

Comments
 (0)