From c24722ecdae0d14f4b5f40f78591a2d987f8ecb8 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Date: Fri, 9 May 2025 02:19:01 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Broken=20Links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2.feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- packages/cli/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 4f5cd81..3243c8b 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discussions](https://github.com/LangbaseInc/langbase/discussions). + This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://discord.com/invite/qz6VsMtvXU). - type: textarea attributes: label: Description diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 08c713f..5747dec 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Use this template to propose new features for Langbase. If you need help with your project, [start a new thread in our discussions](https://github.com/LangbaseInc/langbase/discussions). + Use this template to propose new features for Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://discord.com/invite/qz6VsMtvXU). - type: textarea attributes: label: Feature Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6092820..9745da3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Ask a Question - url: https://github.com/LangbaseInc/langbase/discussions - about: Please ask your questions in our discussions forum. + url: https://discord.com/invite/qz6VsMtvXU + about: Please ask your questions in our discord forum. diff --git a/packages/cli/package.json b/packages/cli/package.json index 7c9509c..0544fd9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -17,11 +17,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/LangbaseInc/components.git", + "url": "https://github.com/LangbaseInc/langbase-sdk.git", "directory": "packages/cli" }, "bugs": { - "url": "https://github.com/LangbaseInc/components/issues" + "url": "https://github.com/LangbaseInc/langbase-sdk/issues" }, "homepage": "https://langbase.com", "files": [ From e750fddd623bf8d8e1d3703f7258e85355ac4ce4 Mon Sep 17 00:00:00 2001 From: msaaddev Date: Fri, 9 May 2025 16:37:07 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Review=20by=20SI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2.feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 3243c8b..d151bc0 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://discord.com/invite/qz6VsMtvXU). + This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://langbase.com/discord). - type: textarea attributes: label: Description diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 5747dec..8842f04 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Use this template to propose new features for Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://discord.com/invite/qz6VsMtvXU). + Use this template to propose new features for Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://langbase.com/discord). - type: textarea attributes: label: Feature Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9745da3..24359a0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Ask a Question - url: https://discord.com/invite/qz6VsMtvXU + url: https://langbase.com/discord about: Please ask your questions in our discord forum.