Skip to content

Commit 64b992e

Browse files
committed
Merge branch 'main' into add-show-json-docs
2 parents e3bc7fb + b55ec00 commit 64b992e

File tree

617 files changed

+36424
-33273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

617 files changed

+36424
-33273
lines changed

.azure-pipelines/jobs/package.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.azure-pipelines/jobs/test-windows.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.azure-pipelines/jobs/test.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.azure-pipelines/linux.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.azure-pipelines/steps/run-tests-windows.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.azure-pipelines/steps/run-tests.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.azure-pipelines/windows.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Patches must have Unix-style line endings, even on Windows
2-
tools/automation/vendoring/patches/* eol=lf
2+
tools/vendoring/patches/* eol=lf
33
# The CA Bundle should always use Unix-style line endings, even on Windows
44
src/pip/_vendor/certifi/*.pem eol=lf

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 69 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,79 @@
1-
---
21
name: Bug report
3-
about: Something is not working correctly.
4-
title: ""
2+
description: Something is not working correctly.
53
labels: "S: needs triage, type: bug"
6-
issue_body: true # default: true, adds a classic WSYWIG textarea, if on
7-
body:
8-
- type: markdown
9-
attributes:
10-
value: |
11-
12-
If you're reporting an issue for `--use-feature=2020-resolver`,
13-
use the "Dependency resolver failures / errors" template instead.
14-
- type: markdown
15-
attributes:
16-
value: "**Environment**"
17-
- type: input
18-
attributes:
19-
label: pip version
20-
validations:
21-
required: true
22-
- type: input
23-
attributes:
24-
label: Python version
25-
validations:
26-
required: true
27-
- type: input
28-
attributes:
29-
label: OS
30-
validations:
31-
required: true
32-
- type: textarea
33-
attributes:
34-
label: Additional information
35-
description: >-
36-
Feel free to add more information about your environment here.
374

38-
- type: textarea
39-
attributes:
40-
label: Description
41-
description: >-
42-
A clear and concise description of what the bug is.
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Hi there!
4310
44-
- type: textarea
45-
attributes:
46-
label: Expected behavior
47-
description: >-
48-
A clear and concise description of what you expected to happen.
11+
We'd appreciate it if you could search on pip's existing issues prior to filing
12+
a bug report.
4913
50-
- type: textarea
51-
attributes:
52-
label: How to Reproduce
53-
description: >-
54-
Describe the steps to reproduce this bug.
55-
value: |
56-
1. Get package from '...'
57-
2. Then run '...'
58-
3. An error occurs.
14+
We get a lot of duplicate tickets and have limited maintainer capacity to triage
15+
them. Thanks!
5916
60-
- type: textarea
61-
attributes:
62-
label: Output
63-
description: >-
64-
Paste the output of the steps above, including the commands
65-
themselves and pip's output/traceback etc.
66-
value: |
67-
```console
17+
- type: textarea
18+
attributes:
19+
label: Description
20+
description: >-
21+
A clear and concise description of what the bug is.
22+
validations:
23+
required: true
6824

69-
```
25+
- type: textarea
26+
attributes:
27+
label: Expected behavior
28+
description: >-
29+
A clear and concise description of what you expected to happen.
7030
71-
- type: checkboxes
72-
attributes:
73-
label: Code of Conduct
74-
description: |
75-
Read the [PSF Code of Conduct][CoC] first.
31+
- type: input
32+
attributes:
33+
label: pip version
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: Python version
39+
validations:
40+
required: true
41+
- type: input
42+
attributes:
43+
label: OS
44+
validations:
45+
required: true
7646

77-
[CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
78-
options:
79-
- label: I agree to follow the PSF Code of Conduct
47+
- type: textarea
48+
attributes:
49+
label: How to Reproduce
50+
description: Please provide steps to reproduce this bug.
51+
placeholder: |
52+
1. Get package from '...'
53+
2. Then run '...'
54+
3. An error occurs.
55+
validations:
8056
required: true
81-
...
57+
58+
- type: textarea
59+
attributes:
60+
label: Output
61+
description: >-
62+
Provide the output of the steps above, including the commands
63+
themselves and pip's output/traceback etc. If you're familiar with
64+
Markdown, this block will have triple backticks added automatically
65+
around it -- you don't have to add them.
66+
67+
If you want to present output from multiple commands, please present
68+
that as a shell session (commands you run get prefixed with `$ `).
69+
Please also ensure that the "How to reproduce" section contains matching
70+
instructions for reproducing this.
71+
render: sh-session
72+
73+
- type: checkboxes
74+
attributes:
75+
label: Code of Conduct
76+
options:
77+
- label: >-
78+
I agree to follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).
79+
required: true

0 commit comments

Comments
 (0)