-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BESU-110: Fixing broken links on the CHANGELOG #203
Conversation
The problem from the last pull request i have made is still here. The problem is with the DCO bot that asks me to run:
But when i do, i get this:
after cloning the repo on my local machine. Thank you. |
To get the Set your legal name in the git configuration: Set your email in the git configuration: Source: https://wiki.hyperledger.org/display/BESU/How+to+Contribute#HowtoContribute-HowtoworkwithDCO |
Right now when i run the
So i think it is as @NicolasMassart pointed. I should rename my master, pull the fresh one from upstream then push it to my fork... |
I just did the following:
But I am still facing the same errors as before:
|
Finally i managed to fix all the issues.
|
Hello, |
Either link to the new issue (if it was moved) or replace with a line summarising the purpose of the commit(s). Whether summarising the commits should be done in this PR or another, is an open question (but I'd lean towards a new PR for that). |
So what should i add to this PR ? |
|
I think the best way forward is to:
Thanks for contributing and working through the DCO issues. |
Will do, Thank you |
I fixed the broken links as pointed by @NicolasMassart via the changes suggested by @MadelineMurray.
What should i do to it ? any thoughts ? |
Signed-off-by: CHAMI Rachid <chamirachid1@gmail.com>
Signed-off-by: CHAMI Rachid <chamirachid1@gmail.com>
Fixed last link by linking to the issue it refers to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, thanks for seeing this one through! 🙂
Signed-off-by: CHAMI Rachid <chamirachid1@gmail.com>
Signed-off-by: CHAMI Rachid <chamirachid1@gmail.com> Signed-off-by: edwardmack <ed@edwardmack.com>
PR description
This PR fixes the broken links on the CHANGELOG.
This is the second PR in this sense since the first one had some rebase problems i couldn't solve.
Fixed Issue(s)
Fixes BESU-110