diff --git a/.github/ISSUE_TEMPLATE/1_ask-a-question.md b/.github/ISSUE_TEMPLATE/1_ask-a-question.md new file mode 100644 index 00000000000..29f6e56c433 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_ask-a-question.md @@ -0,0 +1,10 @@ +--- +Name: Ask a question +About: Use this template for everything that is not a bug or feature request. +Title: '' +Labels: help wanted, question +Assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md b/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md new file mode 100644 index 00000000000..1160993d014 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md @@ -0,0 +1,28 @@ +--- +Name: Bug or performance issue report +About: Create a report to help us improve oneDPL. +Title: '' +Labels: bug +Assignees: '' + +--- + +**Describe the Bug:** +A clear and concise description of what the bug or performance issue is. + +**To Reproduce:** +The steps to reproduce the behavior: + +The following information might be useful: + - CMake command: [for example, cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_BUILD_TYPE=release -DONEDPL_PAR_BACKEND=tbb] + - oneDPL version: [for example, 2022.6.0 or 224acf7423ded15d34b53429d99248c3d308b685]
+ Report oneDPL version and git hash. If it is a regression, report git hash for the last known good revision. + - Compiler version: [for example, Intel(R) oneAPI DPC++/C++ Compiler 2023.1.0 (2023.1.0.20230320)] + - OS: [for example, Ubuntu 22.04] + - Device and driver version: [for example, Intel(R) Iris(R) Xe Graphics, 1.3.29138] + +**Expected Behavior:** +A clear and concise description of what you expected to happen. + +**Additional Context:** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/3_feature_request.md b/.github/ISSUE_TEMPLATE/3_feature_request.md new file mode 100644 index 00000000000..4d5ecfacdb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_feature_request.md @@ -0,0 +1,20 @@ +--- +Name: Feature request +About: Suggest an idea for oneDPL. +Title: '' +Labels: feature_request +Assignees: '' + +--- + +**Summary:** +A clear and concise description of the request. + +**Problem Statement:** +Describe the problem you are trying to solve. + +**Preferred Solution:** +If you have thoughts on what a solution may look like, please document them here. + +**Additional Context:** +Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/4_documentation_change.md b/.github/ISSUE_TEMPLATE/4_documentation_change.md new file mode 100644 index 00000000000..8863e85eced --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_documentation_change.md @@ -0,0 +1,18 @@ +--- +Name: Documentation change request +About: Report documentation issue or request documentation changes. +Title: '' +Labels: documentation +Assignees: '' + +--- + +**Summary:** +Include a short summary of the issue or request. + +**URLs:** +Include pointers to pages that are impacted. + +**Additional Details:** +Provide a detailed description of the expected changes in the documentation +and any suggestions you have.