mirror of
https://github.com/pallets/flask.git
synced 2026-03-25 22:45:15 +00:00
* update pre-commit hook * upgrade pip with venv * update description and version * show url in publish environment * update versions * update versions, separate typing job * use dependabot grouped updates ignore upload/download-artifact until slsa updates * use sphinx.ext.extlinks instead of sphinx-issues * update dev dependencies * update editorconfig * update gitignore * update .readthedocs.yaml * license is txt, readme is md * update pyproject.toml add typed classifier add pyright config simplify urls * tox builds docs in place * update min test py version * add tox env to update all dev dependencies * update issue and pr templates * rename security docs page to not conflict with org policy file * simplify matrix
26 lines
822 B
Markdown
26 lines
822 B
Markdown
<!--
|
|
Before opening a PR, open a ticket describing the issue or feature the
|
|
PR will address. An issue is not required for fixing typos in
|
|
documentation, or other simple non-code changes.
|
|
|
|
Replace this comment with a description of the change. Describe how it
|
|
addresses the linked ticket.
|
|
-->
|
|
|
|
<!--
|
|
Link to relevant issues or previous PRs, one per line. Use "fixes" to
|
|
automatically close an issue.
|
|
|
|
fixes #<issue number>
|
|
-->
|
|
|
|
<!--
|
|
Ensure each step in CONTRIBUTING.rst is complete, especially the following:
|
|
|
|
- Add tests that demonstrate the correct behavior of the change. Tests
|
|
should fail without the change.
|
|
- Add or update relevant docs, in the docs folder and in code.
|
|
- Add an entry in CHANGES.rst summarizing the change and linking to the issue.
|
|
- Add `.. versionchanged::` entries in any relevant code docs.
|
|
-->
|