Skip to content

Commit cfad2bb

Browse files
Configure issue templates (#3167)
Added templates for bug and feature issue types. Added a link to Discussions tab which will be displayed when creating an issue.
1 parent 4fed824 commit cfad2bb

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/config.yml

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

0 commit comments

Comments
 (0)