You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluidd exists as an independent client of Moonraker, and by extension - Klipper.
4
+
Fluidd is built on VueJS, using TypeScript.
5
+
6
+
- Source should always pass the linting rules defined, with no warnings or type errors.
7
+
- A clean develop is preferred. This means squashing, and rebasing your feature branches prior to merge.
8
+
- PR's should off a branch other than develop or master.
9
+
- Commit messages should follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard, and should have a Signed-off-by line, for example;
10
+
11
+
```sh
12
+
feat: My feature.
13
+
14
+
Some description.
15
+
16
+
Signed-off-by: Your Name <your email address>
17
+
```
18
+
19
+
- By signing off on commits, you acknowledge that you agree to the [developer certificate of origin](/developer-certificate-of-origin).
20
+
This must contain your real name and a current email address.
0 commit comments