docs: Add dev container repo to readme#27089
Merged
czentgr merged 1 commit intoprestodb:masterfrom Feb 18, 2026
Merged
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the main README to clean up whitespace and add a short section pointing contributors to the separate presto-dev repository for development container support. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've found 1 issue, and left some high level feedback:
- The new dev containers section ends without terminal punctuation; consider adding a period at the end of the last sentence for consistency with the rest of the README.
- In the dev containers section, you can simplify the wording and links by using a single link (e.g.,
Please visit the [presto-dev README](https://github.com/prestodb/presto-dev/blob/main/README.md) for details.) instead of separatepresto-devandREADMElinks.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new dev containers section ends without terminal punctuation; consider adding a period at the end of the last sentence for consistency with the rest of the README.
- In the dev containers section, you can simplify the wording and links by using a single link (e.g., `Please visit the [presto-dev README](https://github.com/prestodb/presto-dev/blob/main/README.md) for details.`) instead of separate `presto-dev` and `README` links.
## Individual Comments
### Comment 1
<location> `README.md:162` </location>
<code_context>
+## Using development containers
+
+The Prestodb project provides support for development containers in its own repository.
+Please visit the [presto-dev](https://github.com/prestodb/presto-dev) [README](https://github.com/prestodb/presto-dev/blob/main/README.md) for details
</code_context>
<issue_to_address>
**issue (typo):** Consider correcting the project name capitalization to "PrestoDB".
```suggestion
The PrestoDB project provides support for development containers in its own repository.
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
7581ce8 to
20bd0e7
Compare
Contributor
|
This PR is ready to merge, except for a failing test. |
20bd0e7 to
dda5325
Compare
This was referenced Mar 31, 2026
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
Summary by Sourcery
Document development container support and reference the dedicated presto-dev repository from the main README.
Enhancements:
Documentation: