1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.github/ISSUE_TEMPLATE/bug-report.md
Pradyun Gedam c9a6fa6ec1
Start using new GitHub support for issue templates
This commit introduces 2 issue "types", feature request and bug report.

Ref: https://blog.github.com/2018-05-02-issue-template-improvements/
2018-05-12 11:47:03 +05:30

34 lines
633 B
Markdown

---
name: Bug report
about: Create a report to help us improve
---
**Environment**
* pip version:
* Python version:
* OS:
<!-- Feel free to add more information about your environment here -->
**Description**
<!-- A clear and concise description of what the bug is. -->
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**How to Reproduce**
<!-- Describe the steps to reproduce this bug. -->
1. Get package from '...'
2. Then run '...'
3. An error occurs.
**Output**
```
Paste the output of the steps above, including the commands themselves and
pip's output/traceback etc.
```