Skip to content

Commit b3fd603

Browse files
committed
Merge branch 'main' into patch-1
2 parents 2d759ab + d08f968 commit b3fd603

File tree

345 files changed

+7473
-10811
lines changed

Some content is hidden

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

345 files changed

+7473
-10811
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/bug-report.yml

Lines changed: 53 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,62 @@
1-
---
21
name: Bug report
3-
about: Something is not working correctly.
2+
description: Something is not working correctly.
43
title: ""
54
labels: "S: needs triage, type: bug"
6-
issue_body: true # default: true, adds a classic WSYWIG textarea, if on
7-
inputs:
8-
- type: description
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: description
15-
attributes:
16-
value: "**Environment**"
17-
- type: input
18-
attributes:
19-
label: pip version
20-
required: true
21-
- type: input
22-
attributes:
23-
label: Python version
24-
required: true
25-
- type: input
26-
attributes:
27-
label: OS
28-
required: true
29-
- type: textarea
30-
attributes:
31-
label: Additional information
32-
description: >-
33-
Feel free to add more information about your environment here.
345

35-
- type: textarea
36-
attributes:
37-
label: Description
38-
description: >-
39-
A clear and concise description of what the bug is.
40-
41-
- type: textarea
42-
attributes:
43-
label: Expected behavior
44-
description: >-
45-
A clear and concise description of what you expected to happen.
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Description
10+
description: >-
11+
A clear and concise description of what the bug is.
12+
validations:
13+
required: true
4614

47-
- type: textarea
48-
attributes:
49-
label: How to Reproduce
50-
description: >-
51-
Describe the steps to reproduce this bug.
52-
value: |
53-
1. Get package from '...'
54-
2. Then run '...'
55-
3. An error occurs.
15+
- type: textarea
16+
attributes:
17+
label: Expected behavior
18+
description: >-
19+
A clear and concise description of what you expected to happen.
5620
57-
- type: textarea
58-
attributes:
59-
label: Output
60-
description: >-
61-
Paste the output of the steps above, including the commands
62-
themselves and pip's output/traceback etc.
63-
value: |
64-
```console
21+
- type: input
22+
attributes:
23+
label: pip version
24+
validations:
25+
required: true
26+
- type: input
27+
attributes:
28+
label: Python version
29+
validations:
30+
required: true
31+
- type: input
32+
attributes:
33+
label: OS
34+
validations:
35+
required: true
6536

66-
```
37+
- type: textarea
38+
attributes:
39+
label: How to Reproduce
40+
description: Please provide steps to reproduce this bug.
41+
value: |
42+
1. Get package from '...'
43+
2. Then run '...'
44+
3. An error occurs.
45+
validations:
46+
required: true
6747

68-
- type: checkboxes
69-
attributes:
70-
label: Code of Conduct
71-
description: |
72-
Read the [PSF Code of Conduct][CoC] first.
48+
- type: textarea
49+
attributes:
50+
label: Output
51+
description: >-
52+
Provide the output of the steps above, including the commands
53+
themselves and pip's output/traceback etc.
54+
render: sh-session
7355

74-
[CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
75-
choices:
76-
- label: I agree to follow the PSF Code of Conduct
77-
required: true
78-
...
56+
- type: checkboxes
57+
attributes:
58+
label: Code of Conduct
59+
options:
60+
- label: >-
61+
I agree to follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).
62+
required: true

0 commit comments

Comments
 (0)