Skip to content
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

fixed README.md typo #73

Merged
merged 1 commit into from
Jan 11, 2021
Merged

fixed README.md typo #73

merged 1 commit into from
Jan 11, 2021

Conversation

bubo-py
Copy link
Contributor

@bubo-py bubo-py commented Jan 10, 2021

Signed-off-by: bubo-py kamil.chruscinski1@gmail.com

Description

This PR fixes typo in README.md

Notes for Reviewers

they are defines -> they are defined

Signed-off-by: bubo-py kamil.chruscinski1@gmail.com
@bubo-py
Copy link
Contributor Author

bubo-py commented Jan 10, 2021

Created another one PR, but unfortunately it did not resolve the DCO problem. Sorry for that!

@tripathyprateek
Copy link

Hi @bubo-py .Thank you for fixing the typo.
To fix the issue here, you need to run 2 commands in the terminal git commit --amend --signoff and then git push --force-with-lease origin patch-2 to fix the DCO.

@bubo-py
Copy link
Contributor Author

bubo-py commented Jan 10, 2021

Hello @tripathyprateek. I run into an error below every time I try to push my changes, doesn't matter with which additional option. Could you please help?

error: src refspec patch-2 does not match any

@tripathyprateek
Copy link

Do you remember running the 2 commands in the same place where you opened this PR from. I guess this problem stems from that. Otherwise we can go ahead and merge this PR without the DCO check as well. No problem with that.

Next time when you make a commit in your file, instead of running git commit -m "commit message here" add a -s in front. For ex- git commit -s -m "commit message here". Doing this passes the DCO check during commits, and you dont have to force push to pass DCO next time.

@bubo-py
Copy link
Contributor Author

bubo-py commented Jan 10, 2021

Okay, thank you. Let's add it then without DCO. I think the problem may be that I proposed changes directly from the browser - editing README.md in the Github repo. I haven't done anything locally since the change is minor.

@leecalcote
Copy link
Member

Okay, thank you. Let's add it then without DCO. I think the problem may be that I proposed changes directly from the browser - editing README.md in the Github repo. I haven't done anything locally since the change is minor.

@bubo-py, you're right. This is the cause of the DCO failure. It's a shame that GitHub's web interface doesn't support this. Adding to @tripathyprateek's great feedback, here is a link to the specific commands to correct this particular PR - https://github.com/layer5io/learn-layer5/pull/73/checks?check_run_id=1676656166

Given the nature of the change and the fact that this repo is less sensitive to mandating DCO, we can forego the requirement and move forward with merging this fix.

Thanks for jumping in, @bubo-py

@leecalcote leecalcote merged commit 9b11b2a into layer5io:master Jan 11, 2021
@welcome
Copy link

welcome bot commented Jan 11, 2021

Thanks for your contribution to the Layer5 community! 🎉

Congrats!

      ⭐ Please star the project if you have yet to do so and sure to join the community Slack.

@leecalcote
Copy link
Member

@bubo-py Good work. You're very first step in the Layer5 Community. Small, but significant. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants