From 537cd514bd771d51438b63dfc0973787d3fd3aff Mon Sep 17 00:00:00 2001 From: "mongodb-sage-bot[bot]" <247496174+mongodb-sage-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:09:30 +0000 Subject: [PATCH] DEVPROD-31010: Add hello world to README Add a "Hello World" section to the commit-queue-sandbox README as specified in the ticket requirements. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 21fef41b..aff67d10 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ $ pip install -r requirements.txt $ pytestme please ``` +## Hello World + +Hello world + ## need a later commit to put a tag on To get code coverage information, use the --cov flag