Skip to content

Commit 50be97e

Browse files
merging all conflicts
2 parents 9d0c27e + 8efce78 commit 50be97e

242 files changed

Lines changed: 15387 additions & 8849 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/skills/docs-writer-blog/SKILL.md

Lines changed: 4 additions & 4 deletions

.claude/skills/react-expert/SKILL.md

Lines changed: 8 additions & 8 deletions

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"react-hooks/exhaustive-deps": "error",
1010
"react/no-unknown-property": ["error", {"ignore": ["meta"]}],
1111
"react-compiler/react-compiler": "error",
12-
"local-rules/lint-markdown-code-blocks": "error"
12+
"local-rules/lint-markdown-code-blocks": "error",
13+
"no-trailing-spaces": "error"
1314
},
1415
"env": {
1516
"node": true,

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
contact_links:
22
- name: 📃 Bugs in React
3-
url: https://github.com/facebook/react/issues/new/choose
3+
url: https://github.com/react/react/issues/new/choose
44
about: This issue tracker is not for bugs in React. Please file React issues here.
55
- name: 🤔 Questions and Help
66
url: https://reactjs.org/community/support.html

.github/workflows/discord_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88

99
jobs:
1010
check_maintainer:
11-
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
11+
uses: react/react/.github/workflows/shared_check_maintainer.yml@main
1212
permissions:
1313
# Used by check_maintainer
1414
contents: read

.github/workflows/label_core_team_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
check_maintainer:
15-
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
15+
uses: react/react/.github/workflows/shared_check_maintainer.yml@main
1616
permissions:
1717
# Used by check_maintainer
1818
contents: read

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ public/rss.xml
4646

4747
# worktrees
4848
.worktrees/
49+
50+
# Generated OG images (scripts/generateOgImages.mjs)
51+
public/images/og/
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 7 additions & 0 deletions

0 commit comments

Comments
 (0)