Skip to content

Commit 4c7f66f

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent 405f18e commit 4c7f66f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Issue report
3+
about: Report an issue
4+
title: ''
5+
assignees: ''
6+
7+
---
8+
9+
## Driver version
10+
<!--- Provide the Python driver version (e.g. 2.0.0). -->
11+
12+
## Redshift version
13+
<!--- Provide the output of executing `SELECT version()` on your target Redshift. -->
14+
15+
## Client Operating System
16+
<!--- Provide the Operating System the client application is running on. -->
17+
18+
## Python version
19+
<!--- Provide the Python version (e.g. python version "3.0"). -->
20+
21+
## Table schema
22+
<!--- Provide the table schema. -->
23+
24+
## Problem description
25+
<!--- Provide full details of the problem. -->
26+
1. Expected behaviour:
27+
2. Actual behaviour:
28+
3. Error message/stack trace:
29+
4. Any other details that can be helpful:
30+
31+
## Python Driver trace logs
32+
<!--- Provide the Python Driver trace logs. -->
33+
34+
## Reproduction code
35+
<!--- Provide standalone Python code that reproduces the issue, preferably raw Python code. -->

0 commit comments

Comments
 (0)