Skip to content

Commit 4875f0d

Browse files
committed
docs: Update contributing guidelines
Added developer certificate of origin. Signed-off-by: Craig Bassett <[email protected]>
1 parent 59f26d1 commit 4875f0d

File tree

3 files changed

+58
-29
lines changed

3 files changed

+58
-29
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing to Fluidd
2+
3+
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.

developer-certificate-of-origin

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Developer Certificate of Origin
2+
Version 1.1
3+
4+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
5+
1 Letterman Drive
6+
Suite D4700
7+
San Francisco, CA, 94129
8+
9+
Everyone is permitted to copy and distribute verbatim copies of this
10+
license document, but changing it is not allowed.
11+
12+
13+
Developer's Certificate of Origin 1.1
14+
15+
By making a contribution to this project, I certify that:
16+
17+
(a) The contribution was created in whole or in part by me and I
18+
have the right to submit it under the open source license
19+
indicated in the file; or
20+
21+
(b) The contribution is based upon previous work that, to the best
22+
of my knowledge, is covered under an appropriate open source
23+
license and I have the right under that license to submit that
24+
work with modifications, whether created in whole or in part
25+
by me, under the same open source license (unless I am
26+
permitted to submit under a different license), as indicated
27+
in the file; or
28+
29+
(c) The contribution was provided directly to me by some other
30+
person who certified (a), (b) or (c) and I have not modified
31+
it.
32+
33+
(d) I understand and agree that this project and the contribution
34+
are public and that a record of the contribution (including all
35+
personal information I submit with it, including my sign-off) is
36+
maintained indefinitely and may be redistributed consistent with
37+
this project or the open source license(s) involved.
38+

0 commit comments

Comments
 (0)