Skip to content

Commit 4d1dd61

Browse files
committed
fix MDX comment syntax in templates
1 parent 359e998 commit 4d1dd61

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

website/contributing/_markdown-GH-release-notes-prerelease.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
```markdown
2-
- {/_ TODO List out notable picks for this patch _/}
2+
- {/* TODO List out notable picks for this patch */}
33

44
---
55

66
To test it, run:
77

8-
{/_ TODO Update with your version _/}
8+
{/* TODO Update with your version */}
99

1010
npx react-native init RN069RC0 --version 0.69.0-rc.0
1111

@@ -21,7 +21,7 @@ npx react-native init RN069RC0 --version 0.69.0-rc.0
2121

2222
### Help us testing 🧪
2323

24-
{/_ TODO Add the call to action for something specific that we want folks to test _/}
24+
{/* TODO Add the call to action for something specific that we want folks to test */}
2525

2626
Let us know how it went by posting a comment in the [working group discussion](https://github.com/reactwg/react-native-releases/discussions)! Please specify with system you tried it on (ex. macos, windows).
2727

website/contributing/_markdown-road-to-release-template.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
```markdown
2-
{/_ Title: Road to <YOUR_VERSION> _/}
2+
{/* Title: Road to <YOUR_VERSION> */}
33

44
The branch cut has happened.
55

66
## Notice
77

8-
{/_ TODO update the version _/}
8+
{/* TODO update the version */}
99

1010
- [Current release candidate: 0.69.0-rc.0][current-release]
1111
- Have an issue with current release candidate? [File an issue][issue-form] and we will triage.
@@ -14,7 +14,7 @@ The branch cut has happened.
1414

1515
#### Highlighted Changes in this release
1616

17-
{/_ Add stand-out changes in this release, and link to changelog PR. _/}
17+
{/* Add stand-out changes in this release, and link to changelog PR. */}
1818

1919
- Checkout this [Changelog PR][changelog-pr]
2020

@@ -33,7 +33,7 @@ The branch cut has happened.
3333

3434
#### Retrospective Topics
3535

36-
{/_ List out pain points, issues to investigate that are not release-blocking to follow up on _/}
36+
{/* List out pain points, issues to investigate that are not release-blocking to follow up on */}
3737

3838
-
3939

0 commit comments

Comments
 (0)