From ab8289cf31a85095c9991568359668a86f19598d Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 7 Jan 2023 18:05:02 -0600 Subject: [PATCH] CONTRIBUTING.md: Avoid [here] links --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33a8dc35..a9a346e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,7 @@ The Markdown and file sizes sections apply to all languages, though Crowdin take - Indentation should be either 3 spaces (2 is weird with number lists) - HTML indentation should be tabs, but in a markdown file either's fine - Always use relative links to other pages so that it stays on the same translation +- Avoid links that are simply the word [here], place the link on a word/phrase desccribing what's being linked to ## File sizes Because the decimal base units for file sizes are ambiguous which they actually are, using the binary base units is generally preferred unless something is a clean size in the decimal units. (ex. 500,000 bytes = 500 kB, 512,000 bytes = 500 KiB, 294,966 bytes = (about) 288 KiB)