]> git.ipfire.org Git - thirdparty/git.git/commit
README.md: add CodingGuidelines and a link for Translators
authorPhilip Oakley <philipoakley@iee.email>
Mon, 17 Jan 2022 18:18:11 +0000 (18:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jan 2022 19:43:14 +0000 (11:43 -0800)
commit4ed7dfa7135385d29bc09358d0b1d373a7ef7c0e
tree008e3390b4d613cf9d7141f89bc081640255de98
parente9d7761bb94f20acc98824275e317fa82436c25d
README.md: add CodingGuidelines and a link for Translators

Before being told how to submit patches, new contributors need
to be told how to code for, or how to contribute translation to,
the project.  Add references to the CodingGuidelines and the
README document on localization.

Also, split out the instructions to join the list and clarify
that subscription is via the majordomo address.

We use GitHub Markdown reference [2,3] with trailing empty square
brackets, to match existing text in the file.  On GitHub/GitLab
pages, the footer references matching the empty [] are not shown
on the web page. We could switch to using [text](url) form [1]
if we wanted to, but that is not done as part of this patch.

[1] https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#links
[2] https://gist.github.com/ChrisTollefson/a3af6d902a74a0afd1c2d79aadc9bb3f#reference-links
[3] https://github.github.com/gfm/#example-561 (and the para aboveit)

Signed-off-by: Philip Oakley <philipoakley@iee.email>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
README.md