Skip to content

Commit

Permalink
🐛 FIX: Lingo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 19, 2024
1 parent 3dfea4d commit 236ad2f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@langbase/docs"]
"updateInternalDependencies": "patch"
// "ignore": ["@langbase/docs"]
}
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Bug report
description: Report a bug for BaseAI.
description: Report a bug for Langbase.
labels: []
body:
- type: markdown
attributes:
value: |
This template is to report bugs for the BaseAI. If you need help with your own project, feel free to [start a new thread in our discussions](https://github.com/LangbaseInc/baseai/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 discussions](https://github.com/LangbaseInc/langbase/discussions).
- type: textarea
attributes:
label: Description
description: A detailed bug description for BaseAI and steps to reproduce it. Include the API, framework, and AI provider you're using.
description: A detailed bug description for Langbase and steps to reproduce it. Include the API, framework, and AI provider you're using.
placeholder: |
Steps to reproduce...
validations:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Feature Request
description: Propose a new feature for BaseAI.
description: Propose a new feature for Langbase.
labels: []
body:
- type: markdown
attributes:
value: |
Use this template to propose new features for BaseAI. If you need help with your project, [start a new thread in our discussions](https://github.com/LangbaseInc/baseai/discussions).
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).
- type: textarea
attributes:
label: Feature Description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a Question
url: https://github.com/LangbaseInc/baseai/discussions
url: https://github.com/LangbaseInc/langbase/discussions
about: Please ask your questions in our discussions forum.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Creating a Snapshot Release
# 1. Push your branch to GitHub and commit a changeset. Generate a changeset with `pnpm changeset`.
# 2. Go to the LangbaseInc/baseai repository on GitHub.
# 2. Go to the LangbaseInc/langbase-sdk repository on GitHub.
# 3. Navigate to Actions > Release Snapshot.
# 4. Click "Run workflow", select your branch, and click "Run workflow".
# Inspired by turbo repo.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"homepage": "https://langbase.com/docs",
"repository": {
"type": "git",
"url": "git+https://github.com/LangbaseInc/baseai.git"
"url": "git+https://github.com/LangbaseInc/langbase-sdk.git"
},
"bugs": {
"url": "https://github.com/LangbaseInc/baseai/issues"
"url": "https://github.com/LangbaseInc/langbase-sdk/issues"
},
"keywords": [
"ai",
Expand Down
4 changes: 2 additions & 2 deletions packages/langbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"homepage": "https://langbase.com/docs",
"repository": {
"type": "git",
"url": "git+https://github.com/LangbaseInc/baseai.git"
"url": "git+https://github.com/LangbaseInc/langbase-sdk.git"
},
"bugs": {
"url": "https://github.com/LangbaseInc/baseai/issues"
"url": "https://github.com/LangbaseInc/langbase-sdk/issues"
},
"keywords": [
"ai",
Expand Down

0 comments on commit 236ad2f

Please sign in to comment.