Skip to content

Commit d32a944

Browse files
committed
Add a newline at the end of
Signed-off-by: Acuspeedster <[email protected]>
1 parent 815c5a3 commit d32a944

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,15 +437,24 @@ Process repeats until successful or max attempts reached
437437
---
438438

439439
## 🤝 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:
441441

442442
Fork the repository
443443
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')
445446
Push to the branch (git push origin feature/amazing-feature)
446447
Open a Pull Request
447448

449+
The -s flag will automatically add a signed-off-by line to your commit message:
450+
```
451+
Signed-off-by: Your Name <[email protected]>
452+
```
453+
454+
This certifies that you wrote or have the right to submit the code you're contributing according to the Developer Certificate of Origin.
455+
448456
---
449457

450458
## 📜 License
451459
Licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
460+

0 commit comments

Comments
 (0)