Closed rishitsaiya closed 4 years ago
Hey @rishitsaiya - thanks for the PR! We've merged some updates to the main README, so it's a little out of sync. Please pull the latest version to this branch before doing so.
In case you're new to git, here's how I would do that:
git checkout -b rishitsaiya-patch-1 master
git pull https://github.com/rishitsaiya/wg-value.git patch-1
git checkout master
git merge --ff-only origin/master
git merge --no-ff rishitsaiya-patch-1
Then work on your edits, add
and commit
them, and don't forget to signoff:
git commit --amend --signoff
Then push to your branch.
git push origin patch-1
You may need to use -f
to overwrite on the push
.
Good luck!
@rishitsaiya thank you for pointing out the typos. Unfortunately, we cannot accept your commit without a DCO sign-off.
Because we haven't heard from you, I will open a new PR with my own DCO sign off. I hope in the future you can get recognition for your commits.
hi @rishitsaiya could you please provide your DCO sign-off on this commit?