-
Notifications
You must be signed in to change notification settings - Fork 205
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
Fix: #545 making color of dropdown-item consistent #552
base: master
Are you sure you want to change the base?
Conversation
referrence in readme.md (Answers to a few questions)
Please add a description to your PR. |
Done. |
Is there anything else I should include in the description? |
https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#making-commits explains commit message requirements. Looking through your commit messages first lines as shown by this GitHub pull request;
|
Reviewed 892b132 in particular. Please don't change Bootstrap source files unless you also convince the Bootstrap project to accept the change. You can see the soruce file by checking out tag v4.0.0 from the Bootstrap project at https://github.com/twbs/bootstrap ... when I do that, If you don't think your change is relevant to Bootstrap, but is specific to our project, please move your change into a file other than bootstrap.css. |
i make changes in css/bootstrap.css file because change in 1 line of code ( color: #212529;) make the dropdown-itme's colour consistent |
And i solve 2 issues i.e. #552 and #430 in a single branch thats why
i solve 2 issues i.e. #552 and #430 in a single branch thats why it shows more commits. |
how should i resolve this problem |
Yes, I know, but by doing it that way you create maintenance burden for future. In particular, each time we upgrade Bootstrap within this repository we would have to merge your change again and again. That's what we are resistant to. We've had that happen too much.
Yes, I know, but the way in which you arranged the commits is strange; here's a screenshot of the pull request commits; You've arranged each of these commits. You're asking us to consider each of them and in total.
Thanks for asking. I don't know what you did so I can't be specific in how to resolve the problem. You know what you did to reach this point. Consider what you did and what the effects were, and see if you can change what you did to yield different effects. In general though, you should rewrite your branch with commits that
Then you can force push your branch and the pull request will be updated. |
You may also be interested in how review happens, and what a reviewer is looking for. See https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#guide-for-reviewers embedded.fm podcast also did an episode on reviews recently. |
This reverts commit 892b132.
color consistent
reverted the changes done in bootstrap.css file #552 (comment) . |
@quozl please verify ? |
Thanks.
Other less important things;
|
#545 make the colour of the dropDown-item consistent in all sizes of screen,
in file css/custom.css added a class for overriding the colour of dropdown-item .
#430 correcting the issue of bookmark in READM.md file ("Answers to a few questions" ).