Skip to content

Commit e08fa27

Browse files
committed
docs: clarify example contribution links
1 parent 5c07d42 commit e08fa27

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/oss/migrating/example-migrations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ Treat the wrapper as the migration boundary: preserve the Rails-side props
7575
contract, replace one helper-backed component first, and remove the wrapper
7676
later.
7777

78-
No dedicated guide exists yet; if you have one, see [Contribute an example](#contribute-an-example).
78+
No dedicated guide exists yet. If your app uses this pattern and you want to
79+
contribute an example, see [Contribute an example](#contribute-an-example).
7980
The [react-rails migration guide](./migrating-from-react-rails.md) covers the
8081
nearest-neighbor mechanics for helper syntax and component registration.
8182

@@ -106,7 +107,7 @@ Use maintainability notes when that is the honest win. Do not force a weak bench
106107

107108
## Contribute an example
108109

109-
If your migration could help other teams evaluate React on Rails, [open an issue](https://github.com/shakacode/react_on_rails/issues/new/choose) or open a PR that adds it here, and include:
110+
If your migration could help other teams evaluate React on Rails, [open an issue](https://github.com/shakacode/react_on_rails/issues/new/choose) or [submit a PR](https://github.com/shakacode/react_on_rails/compare) adding it to this page, and include:
110111

111112
1. The integration you started from, such as `react-rails`, `vite_rails`, or a custom helper
112113
2. The first slice you picked and why it was small enough to review

0 commit comments

Comments
 (0)