Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uvx pythonlings
How it works: **edit** the broken exercise in the built-in editor → checks
rerun as you type and advance you to the next one. That's the whole loop.

Status: `v0.4.0`, alpha — published on PyPI as `pythonlings`.
Status: `v0.4.1`, alpha — published on PyPI as `pythonlings`.

![Coding screen](docs/assets/screenshots/coding-screen.png)

Expand Down Expand Up @@ -189,8 +189,8 @@ together. Keep exercise and check filenames mirrored, for example
## Contributing

Pythonlings is actively developed and welcomes contributors — beginners included.
The current focus is the [0.3.0 roadmap](docs/roadmap/0.3.0.md) (wider adoption),
and every roadmap issue is written to be picked up cold. Start with a
The current focus is the [August 2026 Community Dev Sprint](https://github.com/abhiksark/pythonlings/issues/52).
Start with a
Comment on lines +192 to +193

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win

Update the linked contributor guide before merge.

The README now directs contributors to the August 2026 Community Dev Sprint, but the supplied CONTRIBUTING.md content still identifies the completed 0.3.0 roadmap as the current focus. This creates conflicting contributor instructions. Update the root CONTRIBUTING.md to reference the sprint or backlog, or change this README flow so it does not send contributors to stale guidance.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Readme.md` around lines 192 - 193, Align the contributor guidance referenced
by the README’s “August 2026 Community Dev Sprint” link with the current focus:
update the root CONTRIBUTING.md to reference that sprint or the active backlog
instead of the completed 0.3.0 roadmap, while preserving the existing
contributor flow.

[`good first issue`](https://github.com/abhiksark/pythonlings/issues?q=is%3Aopen+label%3A%22good+first+issue%22),
comment to claim it, and see [CONTRIBUTING.md](CONTRIBUTING.md).

Expand All @@ -209,7 +209,7 @@ feature/<name> -> dev -> main -> vMAJOR.MINOR.PATCH
```

Feature branches are merged into `dev`. A verified `dev` branch is then merged
into `main` and tagged with an annotated release tag such as `v0.1.0`.
into `main` and tagged with an annotated release tag such as `vMAJOR.MINOR.PATCH`.
See [RELEASE.md](RELEASE.md) for the release checklist.

## Attribution
Expand Down
2 changes: 1 addition & 1 deletion docs-site/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roadmap

Pythonlings is `v0.4.0`, published on PyPI as `pythonlings`. Install with
Pythonlings is `v0.4.1`, published on PyPI as `pythonlings`. Install with
`uvx pythonlings` or `pip install pythonlings`.

## Shipped
Expand Down