summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
blob: 3ae2170e27d28151df28f153d17124db645a6eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Prior to creating an issue, please review the troubleshooting documentation:
http://pycurl.io/docs/dev/troubleshooting.html


## What did you try to do?


## What happened?

If reporting a problem with PycURL installation, include exact commands
executed as well as complete output.

If reporting a problem with using PycURL, include a SHORT code snippet
which includes setting `pycurl.VERBOSE` to 1 and reproduces the problem
and its complete output.


## What did you expect to happen?


## What is the PycURL version?

(output of `pycurl.version`)


## What is your Python version?

(output of `python -V`)


## What is your operating system and its version?


## Other versions

If your report references any software besides PycURL, for example pip,
what are the versions of this software? (`pip --version`, etc.)


## Is this the most recent PycURL release?

(if not, please check most recent PycURL release before opening the issue)


## Did you check libcurl behavior?

(if possible, did you use `curl` command-line tool to verify that the behavior
you are experiencing is specific to PycURL?)