fix: Remove Extra Space Before and After Group Items#458
fix: Remove Extra Space Before and After Group Items#458RamanaMenda wants to merge 1 commit intodocling-project:mainfrom
Conversation
|
✅ DCO Check Passed Thanks @RamanaMenda, all your commits are properly signed off. 🎉 |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 Require two reviewer for test updatesThis rule is failing.When test data is updated, we require two reviewers
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
|
@RamanaMenda thanks for suggesting a fix for this issue
|
|
@RamanaMenda just a quick check if you need support on this PR (or part of it, as described in my last message). |
|
Hi there! I'd love to pick up where you left off @RamanaMenda if that's okay. @ceberam |
|
@wanadzhar913 Sure, That would be nice. |
Thanks @wanadzhar913 for following up on this. |
Signed-off-by: wanadzhar913 <adzhar.faiq@gmail.com>
Done! I've rebased and resolved all the merge conflicts. However, some commits from @RamanaMenda will need to be signed off again on my branch. Would love to maintain your original commits so can I trouble you to run the below? git remote add pr594 https://github.com/wanadzhar913/docling-core.git
git fetch pr594
git checkout -b bugfix/2745_ExtraSpaceBeforeAndAfterGroupItems pr594/bugfix/2745_ExtraSpaceBeforeAndAfterGroupItems
git commit --allow-empty -s -m "DCO Remediation Commit for Venkata Ramana Menda <mendavramana.jnv@gmail.com>
I, Venkata Ramana Menda <mendavramana.jnv@gmail.com>, hereby add my Signed-off-by to this commit: 08049ee3806ae7896a92a6a255af3958bdfdaf5f"
git push pr594 --force-with-leaseFirst time doing this (taking over someone else's prior branch). Should I just create a new branch? @ceberam |
96ee51c to
2becfb1
Compare
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 Require two reviewer for test updatesWaiting for:
This rule is failing.When test data is updated, we require two reviewers
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
|
Sorry @RamanaMenda , could you push the signed commits to my branch #594? I've added you as a collaborator. Thanks so much! Alternatively, I'd also be happy to push to your repo if you can add me as a collaborator. |
Signed-off-by: Venkata Ramana Menda <mendavramana.jnv@gmail.com>
2becfb1 to
4edf3fe
Compare
|
Last try @RamanaMenda. Could you try something like this? Sorry! Should be 5 commands. git remote add pr594 https://github.com/wanadzhar913/docling-core.git
git fetch pr594
git checkout -b bugfix-v2/2745_ExtraSpaceBeforeAndAfterGroupItems pr594/bugfix/2745_ExtraSpaceBeforeAndAfterGroupItems
# signature
git commit --allow-empty -s -m "DCO Remediation Commit for Venkata Ramana Menda <mendavramana.jnv@gmail.com>
I, Venkata Ramana Menda <mendavramana.jnv@gmail.com>, hereby add my Signed-off-by to this commit: 08049ee3806ae7896a92a6a255af3958bdfdaf5f"
# push with lease
git push pr594 --force-with-lease |
|
@wanadzhar913 I have just added sign-off to my commits. Please check again. |
can you sign off commits to my repo? https://github.com/wanadzhar913/docling-core/tree/bugfix/2745_ExtraSpaceBeforeAndAfterGroupItems @RamanaMenda |
Removing extra space before and after group items to resolve the issue raised in #2745
Resolves #371
Resolves docling-project/docling#2745