forked from psf/requests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e02effb
commit adceafd
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
Summary. | ||
|
||
## Expected Result | ||
|
||
What you expected. | ||
|
||
## Actual Result | ||
|
||
What happened instead. | ||
|
||
## Reproduction Steps | ||
|
||
```python | ||
import requests | ||
|
||
``` | ||
|
||
## System Information | ||
|
||
$ python -m requests.help | ||
|
||
``` | ||
<paste here> | ||
``` | ||
|
||
This command is only available on Requests v2.16.4 and greater. Otherwise, | ||
please provide some basic information about your system (Python version, | ||
operating system, &c). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Request for Help | ||
about: Guidance on using Requests. | ||
|
||
--- | ||
|
||
Please refer to our [StackOverflow tag](https://stackoverflow.com/questions/tagged/python-requests) for guidance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
Requests is not accepting feature requests at this time. |