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
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,15 +437,24 @@ Process repeats until successful or max attempts reached
437
437
---
438
438
439
439
## 🤝 Contributing
440
-
Contributions are welcome! Feel free to submit a Pull Request.
440
+
Contributions are welcome! This project uses the Developer Certificate of Origin (DCO) to certify that contributors have the right to submit their code. Follow these steps:
441
441
442
442
Fork the repository
443
443
Create your feature branch (git checkout -b feature/amazing-feature)
444
-
Commit your changes (git commit -m 'Add some amazing feature')
444
+
Make your changes
445
+
Commit your changes with a sign-off (git commit -s -m 'Add some amazing feature')
445
446
Push to the branch (git push origin feature/amazing-feature)
446
447
Open a Pull Request
447
448
449
+
The -s flag will automatically add a signed-off-by line to your commit message:
0 commit comments