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
If you have any questions, feel free to open an **Issue** or join our **Discussions** section.
57
57
58
+
## ✨ Developer Certificate of Origin (DCO)
59
+
60
+
This project uses the [Developer Certificate of Origin (DCO)](DCO) instead of a traditional CLA. By contributing, you certify that you have the right to submit your work under the project's [MIT License](LICENSE).
61
+
62
+
To sign off on your commits, add the `-s` flag:
63
+
64
+
```sh
65
+
git commit -s -m "Your commit message"
66
+
```
67
+
68
+
This adds a `Signed-off-by: Your Name <your.email@example.com>` line to your commit, confirming that you agree to the DCO.
0 commit comments