]> git.ipfire.org Git - thirdparty/git.git/commit
SubmittingPatches: clarify GitHub visual
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:22 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:24 +0000 (21:33 -0800)
commit0771a3b55ca137f32567635c1a96222892bd7499
tree0272e10fa5a6a81b1020ce465083e2199920e629
parent08e2e6f8d27539b7573c9ce3b5e4958b93876229
SubmittingPatches: clarify GitHub visual

GitHub has two general forms for its states, sometimes they're a simple
colored object (e.g. green check or red x), and sometimes there's also a
colored container (e.g. green box or red circle) which contains that
object (e.g. check or x).

That's a lot of words to try to describe things, but in general, the key
for a failure is that it's recognized as an `x` and that it's associated
with the color red -- the color of course is problematic for people who
are red-green color-blind, but that's why they are paired with distinct
shapes.

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches