From 9a878a4942af2d5d1e82a28117a5f623dba07c72 Mon Sep 17 00:00:00 2001 From: code crafter410 Date: Thu, 10 Oct 2024 21:13:27 +0530 Subject: [PATCH 1/2] Bug: correction needed for Frontend and Backend technology classification in Microservices section --- CONTRIBUTING.md | 1 + translations/TRANSLATIONS.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 22177a5..4cdff21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ Thank you for your interest in contributing! Here are some guidelines to follow ## 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. diff --git a/translations/TRANSLATIONS.md b/translations/TRANSLATIONS.md index d3a3f0a..e176681 100644 --- a/translations/TRANSLATIONS.md +++ b/translations/TRANSLATIONS.md @@ -12,4 +12,6 @@ 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. From 57cfa78f4d16bf9c730782f7a36ac6e94c88623f Mon Sep 17 00:00:00 2001 From: code crafter410 Date: Thu, 10 Oct 2024 21:17:42 +0530 Subject: [PATCH 2/2] Bug: correction needed for Frontend and Backend technology classification in Microservices section --- CONTRIBUTING.md | 4 ++-- translations/TRANSLATIONS.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cdff21..a21521f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +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. @@ -13,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 e176681..10a7b18 100644 --- a/translations/TRANSLATIONS.md +++ b/translations/TRANSLATIONS.md @@ -14,4 +14,5 @@ We'd like for the repo to be available in many languages. Here is the process fo + Thanks to [coding-interview-university](https://github.com/jwasham/coding-interview-university/blob/main/translations/how-to.md) for the translation template.