I often get PRs where the user has unchecked Allow edits from maintainers. when creating a PR. This is super annoying as it means I cannot easily do changes to the PR myself. There's no reason for users to do this. Would be nice to show a warning if a user tries to uncheck it that explains why unchecking it would be annoying to the maintainers.

_For anyone that wants this, please also send this feature request to GitHub: [email protected]_
This should be easy to implement via CSS :checked + span selector and content CSS property. PR welcome
Edit: not possible. There are no elements after :checked to attach content. This needs to be a JS feature
@bfred-it I'd like to give this issue a go if no one is working on it yet.
Go ahead!
@bfred-it since there is no element to attach a warning message to, could triggering the pop-up from the learn more button work as a solution? (with maybe a modified message)

It needs to be a visible warning. The style and code should probably be similar to this:
https://github.com/sindresorhus/refined-github/pull/1758#issuecomment-462204170
It needs to be a visible warning. The style and code should probably be similar to this:
Thanks @bfred-it , that's exactly what I needed. I am open to suggestions on the final wording that could be used, but this is what I have so far.
