summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorTheo Despoudis <thdespou@hotmail.com>2018-12-04 13:24:52 +0000
committerTheo Despoudis <thdespou@hotmail.com>2018-12-04 13:24:52 +0000
commit81297eed3288d837aa25b2e7e83468d1fd944849 (patch)
tree24a81c8a1f7568959e7c1707672b8a849f41b4d4 /.github/ISSUE_TEMPLATE.md
parentd7bd3e6e6aa9ba42e796f053208dde5b3ea81b3b (diff)
downloadredis-py-81297eed3288d837aa25b2e7e83468d1fd944849.tar.gz
Add github templates.
ISSUE_TEMPLATE for creating issues PULL_REQUEST_TEMPLATE for creating PRs Signed-off-by: Theo Despoudis <thdespou@hotmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..7323c14
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,8 @@
+Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below.
+It is of course not always possible to reduce your code to a small test case, but it's highly appreciated to have as much data as possible. Thank you!
+
+**Version**: What redis-py and what redis version is the issue happening on?
+
+**Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
+
+**Description**: Description of your issue, stack traces from errors and code that reproduces the issue