Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 625 Bytes

CONTRIBUTING_ZH.md

File metadata and controls

27 lines (15 loc) · 625 Bytes

贡献

欢迎来到 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