-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix uneven heading levels in pull_request_template.md #19599
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
base: main
Are you sure you want to change the base?
Conversation
|
If everything uses the same heading should they all use level 1 then? That would also fix the CI failing. That or tell CI that no level 1 in pull requests is fine |
CI would instead complain about multiple L1 headings 😂 I think we need to change the rules to allow this one way or another, and I think that L2 is a nicer choice here. |
|
Every PR page already has its level 1 heading provided by GitHub. |
|
That lint warning about the need for the L1 heading is flatly wrong. We need a way to silence it (ideally just for this file) before we can merge. |
Objective
Solution