doc: add PR Reviewer Guide + visibility wiring (uniform with MobilityDB/MobilityDuck)#8
Closed
estebanzimanyi wants to merge 1 commit into
Closed
Conversation
This was referenced May 10, 2026
fe4ad9c to
1aeba6a
Compare
…banner) Adds doc/contributing/reviewer-guide.md with the canonical PR ordering, tier ranking, dependency chains, and standards checklist for MobilitySpark and its JMEOS dependency. Wires visibility: - .github/PULL_REQUEST_TEMPLATE.md links to the guide so contributors are prompted to update it in any commit that opens / closes / restructures a PR. - README.md gains a 'For contributors and reviewers' section pointing to the guide. Same canonical structure as MobilityDB/MobilityDuck so reviewers landing in any of the three platform repos find the same path.
1aeba6a to
4979e92
Compare
This was referenced May 5, 2026
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.
Summary
Adds
doc/contributing/reviewer-guide.md, structurally identical to the MobilityDB and MobilityDuck guides at the same path:Repocolumn; the dependency chain showing the JMEOS → MobilitySpark stack.Wires visibility so reviewers find the guide:
.github/PULL_REQUEST_TEMPLATE.md— a banner at the top of every new PR description points to the guide.README.md— a "For contributors and reviewers" section precedes the Table of Contents.The same guide sits at the same path in MobilityDB and MobilityDuck, so it is uniform across the platform repos.
Test plan