Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 784 Bytes

File metadata and controls

33 lines (26 loc) · 784 Bytes

贡献指南

前置条件

您的工作环境上需要安装下列内容:

  • .NET 6
  • Git

提交贡献

将FinalSuspect克隆至本地:

在执行命令之前,请先Fork本仓库。

git clone git@github.com:<你的GitHub用户名>/FinalSuspect.git

使用此命令提交并推送:

git add --all
git commit -m "您的提交信息"
git push origin FinalSus

Warning

--all参数将添加所有更改过的文件。
这可能会方便开发者一次性提交很多文件,但也可能提交不必要的文件(如构建缓存,IDE项目设置文件)。
请在提交时忽略他们或在后续删除。

本地构建FinalSuspect

dotnet nuget add source https://nuget.bepinex.dev/v3/index.json --name "BepInEx"
dotnet build