From 59f4a3c2e6413e6b76495ba0c46c0e560b015ef2 Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Thu, 16 Jul 2026 11:59:06 +0200 Subject: [PATCH 1/2] sprints: propose a Falcon Framework sprint --- src/content/sprints/falcon.md | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/content/sprints/falcon.md diff --git a/src/content/sprints/falcon.md b/src/content/sprints/falcon.md new file mode 100644 index 000000000..ad832251c --- /dev/null +++ b/src/content/sprints/falcon.md @@ -0,0 +1,36 @@ +--- +title: "Falcon web framework" +numberOfPeople: "~10" # How many people you expect to be able to accommodate. +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Vytautas Liuolia" + email: vytautas.liuolia@gmail.com + github: "https://github.com/vytas7" + twitter: "vliuolia" # (I don't use it actively though.) +links: # Add as many links as relevant. + - title: "Falcon's GitHub repo" + url: "https://github.com/falconry/falcon" + - title: "Falcon's homepage" + url: "https://falconframework.org" + - title: "Contributing to Falcon" + url: "https://falcon.readthedocs.io/community/contributing.html" +--- + +Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST +APIs and microservices, with a focus on reliability, correctness, and +performance at scale. + +Falcon has zero hard dependencies outside of the standard library! + +This sprint is open to contributors of all experience levels — +items to sprint on range from improving documentation & adding new recipes +to implementing new features in the framework, including (but not limited to!): + +- Implement native OpenTelemetry support +- Better OpenAPI story +- Clean up stream versus binary/text media handlers +- Built-in support for limiting request and media payload sizes +- Adding `AGENTS.md` and discussing how to navigate LLM contributions + +See also our contribution guide: +https://falcon.readthedocs.io/community/contributing.html From f69d614e26a046464d6a376a72aa1ac25214fda4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:03:38 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/falcon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/sprints/falcon.md b/src/content/sprints/falcon.md index ad832251c..33fba3db6 100644 --- a/src/content/sprints/falcon.md +++ b/src/content/sprints/falcon.md @@ -22,9 +22,9 @@ performance at scale. Falcon has zero hard dependencies outside of the standard library! -This sprint is open to contributors of all experience levels — -items to sprint on range from improving documentation & adding new recipes -to implementing new features in the framework, including (but not limited to!): +This sprint is open to contributors of all experience levels — items to sprint +on range from improving documentation & adding new recipes to implementing new +features in the framework, including (but not limited to!): - Implement native OpenTelemetry support - Better OpenAPI story