Skip to content

Commit 37e78a8

Browse files
committed
Added ISSUE templates
1 parent 9594ede commit 37e78a8

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Ask a question
3+
about: Ask a question about this project (read docs before asking)
4+
title: "[Question]"
5+
labels: question
6+
assignees: ''
7+
8+
---
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: "[BUG]:"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
_Describe the error. Please be clear and concise. Give your own code for better analisys._
12+
13+
### Expected behavior
14+
_Describe the expected outcome of the code. Please be clear and concise._
15+
16+
### To Reproduce
17+
_Steps to reproduce the behavior_
18+
19+
### Execution Enviroment Info
20+
_Information about the execution enviroment to reproduce the error_
21+
_OS_: _e.j. WIN 11 Version 23H2_
22+
_Python:_ _e.j 3.12.4_
23+
_External Packages:_ _e.j. Flask_
24+
25+
### Screenshots
26+
_If applicable, add screenshots to help explain your problem._
27+
28+
### Additional context
29+
_Add any other context about the problem here._
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[REQUEST]:"
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+
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
17+
_A clear and concise description of any alternative solutions or features you've considered._
18+
19+
### Additional context
20+
_Add any other context or screenshots about the feature request here._

0 commit comments

Comments
 (0)