Closed atharwa-24 closed 4 years ago
Remove fixes .. from commit header, it should only be in commit body.
Remove fixes .. from commit header, it should only be in commit body.
Done
Remove fixes .. from commit header, it should only be in commit body.
Done
Hello @atharwa-24 , you are required to change the header of your commit.
Do a git commit --amend
, edit the header and then do a git push -f origin develop
.
LGTM! Thanks
Can you plz explain why the checks r getting failed I am not able to figure it out @rkpattnaik780 how to fig it out?
LGTM! Thanks
Can you plz explain why the checks r getting failed I am not able to figure it out @rkpattnaik780 how to fig it out?
Can you post it in the zulip chat? I am not sure why markdown related change is failing the build.
Hey @rkpattnaik780 the build has passed!!!
Undo the changes of your second commit, squash and force push again. The build will pass it seems.
It shows the older build still can you try out the following steps:
git reset HEAD^
git commit
(give the appropriate commit head and commit body)
git push -f origin develop
added the reason for build fail in zulip chat
Description
Added Python Version Badge to README file, logos to the Existing Badges in the README file Removed extra blanc line
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
before
after
Checklist:
Delete irrelevant options.
Code/Quality Assurance Only