Skip to content

Commit

Permalink
chinese contributing (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangtianyu authored Nov 30, 2023
1 parent 8e08357 commit 13c72a7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CONTRIBUTING_ZH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 贡献

欢迎来到 DevPilot intellij 插件仓库。我们很高兴在这里见到你!

我们欢迎所有人为这个仓库做出贡献。

### 前提要求

本项目编译或者运行测试需要 Java 11 或者更高版本。

### 项目构建

1. 将项目克隆到本地。

`git clone https://github.com/openpilot-hub/devpilot-intellij.git`
2. 运行如下指令构建项目。

`./gradlew runIde`
3. 如果你使用的是 windows,运行如下指令构建项目。

`gradlew.bat runIde`

### 测试和检查

在提交commit之前,请运行如下指令检查是否有错误。

`./gradlew check`
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Codellama的使用,请参阅[将Codellama部署到您的本地环境](https://gi

## 贡献

更多信息请查看 [CONTRIBUTING.md](CONTRIBUTING.md)
更多信息请查看 [CONTRIBUTING_ZH.md](CONTRIBUTING_ZH.md)

## 联系我们

Expand Down

0 comments on commit 13c72a7

Please sign in to comment.