Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: "🐛 Bug Report"
about: Report a reproducible bug with cozeloop-js.
title: 'Bug: '
labels: 'Unconfirmed Issue'

---

<!--
✿✿ヽ(°▽°)ノ✿ Thanks for taking the time to fill out this bug report!

Please provide a clear and concise description of what the bug is. Include
screenshots if needed.

Please test using the latest version of the relevant `@cozeloop/ai` package to make sure your issue has not already been fixed.
-->

## Environment


## Steps To Reproduce

1.
2.

-----

<!--
Your bug will get fixed much faster if we can run your code and it doesn't
have dependencies other than React. Issues without reproduction steps or
code examples may be immediately closed as not actionable.
-->

Link to code example:


## The current behavior


## The expected behavior
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Find usage examples for each package in the [examples](./examples) directory:

- Node.js 18+ (LTS/Hydrogen recommended)
- pnpm 9.12.0
- Rush 5.140.0
- Rush 5.150.0

### Installation

Expand All @@ -41,13 +41,13 @@ nvm use lts/hydrogen
2. **Clone the repository**

``` bash
git clone git@github.com:coze-dev/coze-js.git
git clone git@github.com:coze-dev/cozeloop-js.git
```

3. **Install required global dependencies**

``` bash
npm i -g pnpm@9.12.0 @microsoft/rush@5.140.0
npm i -g pnpm@9.12.0 @microsoft/rush@5.150.0
```

4. **Install project dependencies**
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

- Node.js 18+ (推荐 LTS/Hydrogen)
- pnpm 9.12.0
- Rush 5.140.0
- Rush 5.150.0

### 安装步骤

Expand All @@ -41,13 +41,13 @@ nvm use lts/hydrogen
2. **克隆仓库**

```bash
git clone git@github.com:coze-dev/coze-js.git
git clone git@github.com:coze-dev/cozeloop-js.git
```

3. **安装必需的全局依赖**

```bash
npm i -g pnpm@9.12.0 @microsoft/rush@5.140.0
npm i -g pnpm@9.12.0 @microsoft/rush@5.150.0
```

4. **安装项目依赖**
Expand Down
2 changes: 1 addition & 1 deletion common/autoinstallers/rush-commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rushstack/rush-sdk": "5.140.0",
"@rushstack/rush-sdk": "5.150.0",
"commitizen": "^4.2.6",
"cz-customizable": "^7.2.1"
},
Expand Down
Loading