forked from orbit-oss/flask
* 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
27 lines
615 B
Markdown
27 lines
615 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug in Flask (not other projects which depend on Flask)
|
|
---
|
|
|
|
<!--
|
|
This issue tracker is a tool to address bugs in Flask itself. Please use
|
|
GitHub Discussions or the Pallets Discord for questions about your own code.
|
|
|
|
Replace this comment with a clear outline of what the bug is.
|
|
-->
|
|
|
|
<!--
|
|
Describe how to replicate the bug.
|
|
|
|
Include a minimal reproducible example that demonstrates the bug.
|
|
Include the full traceback if there was an exception.
|
|
-->
|
|
|
|
<!--
|
|
Describe the expected behavior that should have happened but didn't.
|
|
-->
|
|
|
|
Environment:
|
|
|
|
- Python version:
|
|
- Flask version:
|