2 Star 2 Fork 1

cf3b5 / fluidd_cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 874 Bytes
一键复制 编辑 原始数据 按行查看 历史

Contributing to Fluidd

Fluidd exists as an independent client of Moonraker, and by extension - Klipper. Fluidd is built on VueJS, using TypeScript.

  • Source should always pass the linting rules defined, with no warnings or type errors.

  • A clean develop is preferred. This means squashing, and rebasing your feature branches prior to merge.

  • PR's should off a branch other than develop or master.

  • Commit messages should follow the conventional commits standard, and should have a Signed-off-by line, for example;

    feat: My feature.
    
    Some description.
    
    Signed-off-by: Your Name <your email address>
  • By signing off on commits, you acknowledge that you agree to the developer certificate of origin. This must contain your real name and a current email address.

1
https://gitee.com/cf3b5/fluidd_cn.git
git@gitee.com:cf3b5/fluidd_cn.git
cf3b5
fluidd_cn
fluidd_cn
develop

搜索帮助