1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #5392 from pradyunsg/dev-ops/issue-templates

Start using new GitHub support for issue templates
This commit is contained in:
Pradyun Gedam 2018-05-16 23:51:38 +05:30 committed by GitHub
commit 70253c21a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 10 deletions

View file

@ -1,13 +1,3 @@
* Pip version:
* Python version:
* Operating system:
### Description:
// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect?
### What I've run:
```
// REPLACE ME: Paste a log of command(s) you ran and pip's output, tracebacks, etc, here
```

33
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,33 @@
---
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.
```

View file

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
---
**What's the problem this feature will solve?**
<!-- A clear and concise description of what the problem is. -->
**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Alternative Solutions**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
<!-- Add any other context, links, etc. about the feature here. -->