Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaKats authored Jun 25, 2024
1 parent 38e031e commit 7943fa1
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-a-question.md
Original file line number Diff line number Diff line change
@@ -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: ''

---


26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-or-performance-issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
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**
Steps to reproduce the behavior:

The following information might be useful:
- CMake command: [e.g.cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_BUILD_TYPE=release -DONEDPL_PAR_BACKEND=tbb]
- oneDPL version: [e.g. 2022.6.0 or 224acf7423ded15d34b53429d99248c3d308b685]
Report oneDPL version and githash. If it is a regression, report githash for the last known good revision.
- Compiler: [e.g. Intel(R) oneAPI DPC++/C++ Compiler 2023.1.0 (2023.1.0.20230320)]

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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**
Document your thoughts on what solution may look like.

**Additional context**
Add any other context about the feature request here.

0 comments on commit 7943fa1

Please sign in to comment.