Skip to content

Commit 559f225

Browse files
committed
Created issue templates.
1 parent 4c92d8c commit 559f225

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[Brief descriptive title of the issue]'
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+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
> [!NOTE]
21+
> If you cannot reproduce the issue consistently, please describe the circumstances under which it occurred.
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**Desktop (please complete the following information):**
30+
- OS: [e.g. Windows]
31+
- OS version: [e.g. Windows 11 (x64)]
32+
- Python: [e.g. 3.13]
33+
- Dependencies: [e.g. numpy==1.26.4, tensorflow==2.x]
34+
- Environment (if relevant): [e.g. Docker, virtual environment, or native installation]
35+
36+
**Relevant Code snippet (if available):**
37+
```python
38+
# Prints out hello world
39+
print("Hello world")
40+
```
41+
42+
**Additional context**
43+
Add any other context about the problem here that you think could help.
44+
45+
---
46+
47+
> [!IMPORTANT]
48+
> Please do not share any personal information in this report.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[Brief descriptive title of the feature request]'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? If so, please explain**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered (workarounds)**
17+
A clear and concise description of any alternative solutions or features you've considered. This is `optional`.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
21+
22+
---
23+
24+
> [!IMPORTANT]
25+
> Please do not share any personal information in this report.

0 commit comments

Comments
 (0)