docs: update CONTRIBUTING paths for the monorepo layout - #6594
Merged
antonis merged 1 commit intoAug 18, 2026
Conversation
melbinjp
requested review from
alwx,
antonis and
lucas-zimerman
as code owners
August 18, 2026 01:32
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.
📢 Type of change
📜 Description
Three
CONTRIBUTING.mdpaths predate the monorepo move and no longer exist at the root:sample/ios/Podfilesamples/react-native/ios/Podfilesample/android/build.gradlesamples/react-native/android/build.gradleandroid/build.gradlepackages/core/android/build.gradlePath corrections only.
💡 Motivation and Context
The repository moved in
ddcabffc("misc: Move to monorepo structure and Yarn V3 (#4057)");sample/ios/Podfilewent earlier in2d3b9f2b. The root has neitherandroid/norsample/, so the local-SDK sections point at nothing.Each replacement is the file the instruction means:
packages/core/android/build.gradle:186isapi "io.sentry:sentry-android:$sentryAndroidVersion"samples/react-native/android/build.gradle:24opensrepositories { maven {samples/react-native/ios/Podfile:44ispod 'AppTurboModules', :path => "./../tm"💚 How did you test it?
Resolved each path against the current tree: three absent, three present with the referenced content. No code changed.
📝 Checklist
AI use
Your
CONTRIBUTING.mdasks that changes be reviewed and tested by a human first, and says agent-generated "fix" PRs will be closed. Straight answer: a documentation checker found these paths. Each was confirmed againstgit logfor the commit that moved it, each replacement opened and checked, and the change read before submitting. If you would rather not take it, close it.