docs: add DCO sign-off instructions in Contributing guide#923
docs: add DCO sign-off instructions in Contributing guide#923Flashl3opard wants to merge 1 commit intofedora-infra:swatantryafrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Developer Certificate of Origin (DCO) commit sign-off guidance to the contributing documentation to reduce contributor confusion and PR rejections.
Changes:
- Adds a “Commit Sign-off (DCO)” section describing how to create signed-off commits.
- Updates inline code formatting in the Tests section (e.g.,
tox,# no-qa).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sdglitched
left a comment
There was a problem hiding this comment.
Kindly check the commit and make the suggested changes.
Also, for this small change only one commit should suffice. Please squash the multiple commits into a single one.
sdglitched
left a comment
There was a problem hiding this comment.
@Flashl3opard why are you trying to imply that you had unnecessary changes in the older commit?
As requested earlier, please squash the multiple commits into a single one and make sure the character count does not cross 50.
Signed-off-by: FlashL3opard <69573060+Flashl3opard@users.noreply.github.com>
380ff70 to
4bc9275
Compare
|
@sdglitched Thanks for the clarification. I’ve squashed the commits into a single commit. Let me know if anything else needs to be updated. |
Description
Adds a section explaining how to include a DCO sign-off (
Signed-off-by) in commits.Motivation
While contributing, I noticed that commit sign-off (DCO) is required but not mentioned in the contributing guidelines. This can lead to confusion and rejected pull requests for new contributors, and may also increase the review overhead for maintainers.
This change adds clear instructions to help contributors follow the expected workflow.
Changes
git commit -s)Checklist
Note: (I'm not an Outreachy Contributor ✌🏻)