Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 874 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 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.