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