layer5io / learn-layer5

A sample application for learning how to service mesh and for validating SMI conformance
https://layer5.io
Apache License 2.0
63 stars 30 forks source link

fixed README.md typo #73

Closed bubo-py closed 3 years ago

bubo-py commented 3 years ago

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

bubo-py commented 3 years ago

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

tripathyprateek commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

welcome[bot] commented 3 years ago

Thanks for your contribution to the Layer5 community! :tada:

Congrats!

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

leecalcote commented 3 years ago

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