-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fixed typos #1564
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 typos #1564
Conversation
Hi Pascal! Wow, these are really really excellent catches! But, some of these are only on the master branch, and others are on both 2.0 and on master. If I patch into 2.0, then some changes won't apply, and if we merge into master, things won't be fixed in the 2.0 branch. So, can you re-create a PR first against the 2.0 branch with just the fixes that apply to 2.0 and then another against the master branch with just the master-specific fixes? Thanks! |
Ping @pborreli :) |
don't get why you don't merge it, then we will see for old branches |
@pborreli if you make a patch to the Why we, I mean @weaverryan and all other github users, use this technique is because this is how GIT works. |
@wouterj thanks for the feedback, you mean i can make a patch for the |
@pborreli no, you can't. If you have found some typo's in the That said, if you have a typo in the
If you have found a typo in the
You should create a patch for all typo's found in the |
when i submitted this PR there was only master and 2.0, that's why i asked @weaverryan and now everything is so complicated ... fixing typo in master looks so logical to me i don't get all the extra work needed |
Hi Pascal! I've worked your typo-fixes into the 2.0 and 2.1 branches and mentioned you in my commits :). Thanks again for your fixes! |
thank you |
No description provided.