-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fixes #11493 - Continuation of PR11493 - copy changes to other versions #11494
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
Fixes #11493 - Continuation of PR11493 - copy changes to other versions #11494
Conversation
@ArieHein FYI |
Thanks for the heads up. Was planning to do one folder at a time, to also reduce the amount of review you guys and gals are doing :) |
No worries. Small changes like that can be done in bulk. We use Beyond Compare to copy changes across the versions. So updating the other versions is quick and easy. |
@sdwheeler I have more fixes but this time to Markdown rules. Problem is one of your rules in the mardownlint is MD012 that requires empty lines after headers. Just in the 5.1 sub folder, there are over 400 files that have that issue, as you can see: |
@ArieHein There is one exception to MD022. We don't put a blank line after If there are occurrences in other places besides
If you want to submit bulk updates, limit them to one folder per PR. And limit the change to fixing the blank lines. That will be easy to review. |
That makes sense, this will probably decrease the number dramatically. thanks for the headsup. ill do it for the 7.4 and 7.5 as well as ive seen the issue to remove 7.2 folders |
PR Summary
Continuation of PR11493 - copy changes to other versions
PR Checklist