Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 75dd50d

Browse files
authored
Update issue templates
1 parent 19cbb7e commit 75dd50d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Describe the issue you found
4+
title: "[BUG]"
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+
Steps to reproduce the behavior.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Code snippet**
23+
A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally.
24+
25+
Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.
26+
27+
**Environment**
28+
- SDK Version [e.g. 1.2.0]
29+
- Python version
30+
31+
**The bug has the severity**
32+
- [ ] Critical: The defect affects critical functionality or critical data. It does not have a workaround.
33+
- [ ] Major: The defect affects major functionality or major data. It has a workaround but is not obvious and is difficult.
34+
- [ ] Minor: The defect affects minor functionality or non-critical data. It has an easy workaround.
35+
- [ ] Trivial: The defect does not affect functionality or data. It does not even need a workaround. It does not impact productivity or efficiency. It is merely an inconvenience.
36+
37+
**Additional context**
38+
Add any other context about the problem here.

0 commit comments

Comments
 (0)