Skip to content

Commit 89072ab

Browse files
committed
Update issue templates
1 parent 00af771 commit 89072ab

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels:
5+
6+
---
7+
8+
Thanks for taking the time to report an issue!
9+
10+
Please before continuing read http://docs.python-zeep.org/en/master/reporting_bugs.html
11+
12+
Since Zeep is a module I've created and currently maintain in my spare
13+
time I need as much information as possible to quickly analyze/fix issues.
14+
15+
Please provide the following information:
16+
17+
1. The version of zeep (or if you are running master the commit hash/date)
18+
2. The WSDL you are using
19+
3. And most importantly, a [runnable example script](http://docs.python-zeep.org/en/master/reporting_bugs.html) which exposes the problem.
20+
21+
Note that issues without a runnable example script are likely to be closed
22+
without further research. This is done to keep the number of issues
23+
manageable and focus my time on actually fixing issues instead of analyzing
24+
the exact nature of the issue.
25+
26+
Also please don't paste WSDL/XSD file contents directly into the issue since
27+
that makes it hard to read. Please make it available somewhere public where your example script can retrieve it form (so not behind a company firewall)

0 commit comments

Comments
 (0)