diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 22177a5..a21521f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ Contributing ============ + Thank you for your interest in contributing! Here are some guidelines to follow when submitting pull requests: ## Pull Requests - * Each pull request should focus on a single topic or concept. * Avoid making changes across multiple topics in the same PR. * Give your PR a clear title summarizing the topic you are addressing. @@ -12,6 +12,7 @@ Thank you for your interest in contributing! Here are some guidelines to follow ### GitHub Pull Requests Docs + If you are not familiar with pull requests, review the [pull request docs](https://help.github.com/articles/using-pull-requests/). ## Translations diff --git a/translations/TRANSLATIONS.md b/translations/TRANSLATIONS.md index d3a3f0a..10a7b18 100644 --- a/translations/TRANSLATIONS.md +++ b/translations/TRANSLATIONS.md @@ -12,4 +12,7 @@ We'd like for the repo to be available in many languages. Here is the process fo ### Translation template credits + + + Thanks to [coding-interview-university](https://github.com/jwasham/coding-interview-university/blob/main/translations/how-to.md) for the translation template.