Skip to content

Commit 303ba89

Browse files
authored
create question template
1 parent 0a5fb67 commit 303ba89

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'question'
6+
assignees: ''
7+
8+
---
9+
10+
11+
If you are having a problem inside your python code please do not create a issue here.
12+
Python-shell just runs your python code, it is not responsible for any errors in the code itself.
13+
14+
**The Question**:
15+
16+
17+
**Any relevant python/javascript code:**

0 commit comments

Comments
 (0)