-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
No banner #3026
No banner #3026
Conversation
@532910 Sergio, you need to read the contribution guidelines. The main issues here are:
But let's get one sorted first. |
I fixed 2. by changing the base from master to dev here on GitHub.
This was ignored so I fixed that as well BUT
is still valid of course. |
|
When you do this you need to select the "base" branch i.e. the one you want the PR to be merged into - which is normally the same you branched from. GitHub always suggests the default branch but you need to change that to You can easily verify that because the list of commits/changes in the PR is really long if you select the wrong base branch. If you picked the wrong one you can hit the "Edit" button at the top-right and correct it. That's what I fixed. |
Just as a point of interest, in the non-interactive test framework I've been prototyping, I rely on the startup banner to detect when the device has booted as expected or rebooted unexpectedly. I'm not sure why its presence would be a problem. Moreover, I'm jittery about removing it entirely given that we get so many bug reports from people who really need to read it (#2903 is still raw in my mind) -- if it were gone, there'd be no chance of them reading it, rather than merely a slim chance. |
I'm ok with this as long as it's enabled by default. |
It should be enabled by default, of course. |
This PR looks fine to me (though I might suggest changing "very helpful for bug reports" to "mandatory for bug reports"), but... You will probably be better served by changing the hardware a bit:
|
Yes, that's exactly what I did. |
agree |
Clear, Marcel thank you for comprehensive explanation! |
Fixes #3021.
Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so.
dev
branch rather than formaster
.docs/*
.<Description of and rationale behind this PR>