forked from urllib3/urllib3
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See CHANGES.rst for more details
- Loading branch information
Showing
52 changed files
with
1,929 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
tidelift: pypi/urllib3 | ||
github: urllib3 | ||
open_collective: urllib3 | ||
github: | ||
- Ousret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 📚 Documentation | ||
url: https://urllib3.readthedocs.io | ||
url: https://urllib3future.readthedocs.io | ||
about: Make sure you read the relevant docs | ||
- name: ❓ Ask on StackOverflow | ||
url: https://stackoverflow.com/questions/tagged/urllib3 | ||
about: Ask questions about usage in StackOverflow | ||
- name: 💬 Ask the Community | ||
url: https://discord.gg/CHEgCZN | ||
about: Join urllib3's Discord server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<!--- | ||
Thanks for your contribution! ♥️ | ||
Hello! | ||
If this is your first PR to urllib3 please review the Contributing Guide: | ||
https://urllib3.readthedocs.io/en/latest/contributing.html | ||
If this is your first PR to urllib3.future please review the Contributing Guide: | ||
https://urllib3future.readthedocs.io/en/latest/contributing.html | ||
Adhering to the Contributing Guide means we can review, merge, and release your change faster! :) | ||
---> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
* [ ] See if all tests, including integration, pass | ||
* [ ] Get the release pull request approved by a [CODEOWNER](https://github.com/urllib3/urllib3/blob/main/.github/CODEOWNERS) | ||
* [ ] Get the release pull request approved by a [CODEOWNER](https://github.com/jawah/urllib3.future/blob/main/.github/CODEOWNERS) | ||
* [ ] Squash merge the release pull request with message "`Release <VERSION>`" | ||
* [ ] Tag with X.Y.Z, push tag on urllib3/urllib3 (not on your fork, update `<REMOTE>` accordingly) | ||
* Notice that the `<VERSION>` shouldn't have a `v` prefix (Use `1.26.6` instead of `v.1.26.6`) | ||
* ``` | ||
git tag -s -a '<VERSION>' -m 'Release: <VERSION>' | ||
git push <REMOTE> --tags | ||
``` | ||
* [ ] Execute the `publish` GitHub workflow. This requires a review from a maintainer. | ||
* [ ] Create a Github Release | ||
* [ ] Ensure that all expected artifacts are added to the new GitHub release. Should | ||
be one `.whl`, one `.tar.gz`, and one `multiple.intoto.jsonl`. Update the GitHub | ||
release to have the content of the release's changelog. | ||
* [ ] Announce on: | ||
* [ ] Discord | ||
* [ ] OpenCollective | ||
* [ ] Update Tidelift metadata | ||
* [ ] If this was a 1.26.x release, add changelog to the `main` branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.