Skip to content

Commit d0608ec

Browse files
Update issue templates
1 parent 462a0b3 commit d0608ec

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: hamdivazim
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+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. Windows]
28+
- Version [e.g. 11]
29+
- Python version [e.g. 3.8.5]
30+
31+
**Additional context**
32+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Usefulib Idea
3+
about: Give any usefulib ideas for others to work on.
4+
title: Usefulib Idea
5+
labels: enhancement, first-timer-friendly, usefulib-idea
6+
assignees: hamdivazim
7+
8+
---
9+
10+
**Describe your idea**
11+
A simple explanation of the usefulib you would like to see.
12+
13+
**What does this solve?**
14+
Say what this usefulib will solve and if you come across any issues or tedious processes that it will simplify.
15+
16+
**Is this beginner friendly?**
17+
If you think this is a simple usefulib, make sure to make this issue open to beginners.
18+
19+
**Any starter code?**
20+
If you have some starter code for others to work off of, put it here.
21+
```python
22+
# Starter code to work from
23+
```

0 commit comments

Comments
 (0)