You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,15 +91,15 @@ body:
91
91
options:
92
92
- label: Follow our [Code of Conduct](https://github.com/supabase/.github/blob/main/CODE_OF_CONDUCT.md)
93
93
required: true
94
-
- label: Read the [Contributing Guidelines](https://github.com/supabase/js-client-libs/blob/main/docs/CONTRIBUTING.md).
94
+
- label: Read the [Contributing Guidelines](https://github.com/supabase/supabase-js/blob/main/docs/CONTRIBUTING.md).
95
95
required: true
96
96
- label: Read the [docs](https://supabase.com/docs/reference/javascript/introduction).
97
97
required: true
98
-
- label: Check that there isn't [already an issue](https://github.com/supabase/js-client-libs/issues) that reports the same bug to avoid creating a duplicate.
98
+
- label: Check that there isn't [already an issue](https://github.com/supabase/supabase-js/issues) that reports the same bug to avoid creating a duplicate.
99
99
required: true
100
100
- label: Make sure this is a Supabase JS Library issue and not an issue with the Supabase platform. If it's a Supabase platform related bug, it should likely be reported to [supabase/supabase](https://github.com/supabase/supabase) instead.
101
101
required: true
102
-
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/supabase/js-client-libs/discussions) or join our [Discord Chat Server](https://discord.supabase.com//).
102
+
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/supabase/supabase-js/discussions) or join our [Discord Chat Server](https://discord.supabase.com//).
103
103
required: true
104
104
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Supabase JS Client Libraries
2
2
3
-
_A unified monorepo for all the Supabase JavaScript client libraries._
3
+
_The Supabase JS monorepo containing all the Supabase JavaScript client libraries._
4
4
5
-
> **📣 Coming from our old repositories?**This is a new unified monorepo structure. If you previously contributed to individual repositories like`supabase-js`,`auth-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please see our **[Migration Guide](./docs/MIGRATION.md)** to learn about the new structure and workflows.
5
+
> **📣 Coming from our old repositories?**The `supabase-js` repository has been converted into a monorepo and all other client libraries have been absorbed into it. If you previously contributed to individual repositories like `auth-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please see our **[Migration Guide](./docs/MIGRATION.md)** to learn about the new structure and workflows.
6
6
7
7
## 📦 Libraries
8
8
@@ -23,8 +23,8 @@ This monorepo contains the complete suite of Supabase JavaScript client librarie
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Contributing to Supabase JS Libraries
2
2
3
-
Thank you for your interest in contributing to the Supabase JavaScript client libraries! This guide will help you get started with contributing to this unified monorepo.
3
+
Thank you for your interest in contributing to the Supabase JavaScript client libraries! This guide will help you get started with contributing to the Supabase JS monorepo.
4
4
5
-
> **📣 Coming from a separate repository?**We recently unified all Supabase JS libraries into a single monorepo. If you previously contributed to `gotrue-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please read our **[Migration Guide](./MIGRATION.md)** to understand the new structure, workflow changes, and command mappings.
5
+
> **📣 Coming from a separate repository?**The `supabase-js` repository has been converted into a monorepo and all other Supabase JS libraries have been absorbed into it. If you previously contributed to `auth-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please read our **[Migration Guide](MIGRATION.md)** to understand the new structure, workflow changes, and command mappings.
6
6
7
7
## 📋 Table of Contents
8
8
@@ -30,8 +30,8 @@ Thank you for your interest in contributing to the Supabase JavaScript client li
0 commit comments