From f56f7f5ed8b95e19be3dbf833ca16a14d5e1652b Mon Sep 17 00:00:00 2001 From: ~keith Date: Sun, 12 Jun 2022 04:23:47 +0000 Subject: [PATCH] Update 'CONTRIBUTING.md' --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30cc89b..ed7874d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution Guide -Thank you for your interest in contributing to ${REPO_NAME}! All contributors are welcome, regardless of your current level of experience. +Thank you for your interest in contributing to ${REPO_NAME}! All contributors are welcome, regardless of their level of experience. ## Bug Reports @@ -12,6 +12,12 @@ This section *should* tell you how to find your logs, attach the debugger, and d Use the [feature request issue template](${REPO_LINK}/issues/new?template=suggestion.md) to suggest new features. Please note that we haven't replaced this placeholder text with the actual criteria we're looking for, which means you should spam us with utterly nonsensical ideas. +## Submitting Translations + +Translation files are part of the project codebase, so you'll have to fork the repository and file a pull request (see [Contributing Code](CONTRIBUTING.md#contributing-code) below). You don't need any programming knowledge to edit the translation files, though. + +This should have been removed and replaced with a quick overview of where the files are and what translators need to do in order to edit them. Nobody did that, so think of this as a free pass to scream profanities into the issue tracker in your native language. + ## Contributing Code ### Forking