From 46a930941a40a4b5e074402a6dba2bf7d9658e25 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 17:06:37 -0400 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 23909b7f..c2851fdd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,25 @@ -If oyu are reporting an issue with a specific URI, please run the following command (only -applicable with Requests v2.16.4 and later): +Summary. - $ python -m requests.help +## Expected Result -Paste the output of that command in this issue. This will dramatically simplify -our efforts to assist you. ✨🍰✨ +What you expected. ------------------------------ +## Actual Result -Issue goes here. +What happened instead. + +## Reproduction Steps + +```python +import requests +``` ### System Information +Please provide the output of the following command below: + +$ python -m requests.help + ``` -Paste help commmand output here. + ```