From f7a31b2f512fa025183c0254a26d39e8e1cb70cd Mon Sep 17 00:00:00 2001 From: Mohammad Rahi <85076632+mohammad-rahi@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:22:13 +0600 Subject: [PATCH 1/8] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59eef6f..011ed45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ People are giving themselves and their free time to contribute to open source pr +- [Mohammad Rahi](https://github.com/mohammad-rahi)) - [Samiur Prapon](https://github.com/samiurprapon) - [Md Habibur Rahman](https://github.com/yourchocomate) - [Aslam Mahmud Siam](https://github.com/Amsiam) From aca4261460300baa6bcbbaa9763e67cdfb4e873e Mon Sep 17 00:00:00 2001 From: Mohammad Rahi <85076632+mohammad-rahi@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:22:30 +0600 Subject: [PATCH 2/8] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 011ed45..dc03d1d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,7 +13,7 @@ People are giving themselves and their free time to contribute to open source pr -- [Mohammad Rahi](https://github.com/mohammad-rahi)) +- [Mohammad Rahi](https://github.com/mohammad-rahi) - [Samiur Prapon](https://github.com/samiurprapon) - [Md Habibur Rahman](https://github.com/yourchocomate) - [Aslam Mahmud Siam](https://github.com/Amsiam) From 005bc98b70f12468117555e48725e295a1235f41 Mon Sep 17 00:00:00 2001 From: mohammad-rahi Date: Tue, 11 Oct 2022 11:00:16 +0600 Subject: [PATCH 3/8] Add Bangla Translation --- README.md | 2 ++ translations/README.bn.md | 50 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 translations/README.bn.md diff --git a/README.md b/README.md index ab33b3c..37e5f05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +#### _Read this in [বাংলা](translations/README.bn.md)_ + # Hello World This project aims to simplify and guide our community to make their first contribution. We want each member of our community will have a contribution here. diff --git a/translations/README.bn.md b/translations/README.bn.md new file mode 100644 index 0000000..64e251a --- /dev/null +++ b/translations/README.bn.md @@ -0,0 +1,50 @@ +# ওহে বিশ্ব + +এই প্রকল্পের লক্ষ্য আমাদের সম্প্রদায়কে তাদের প্রথম অবদান রাখার জন্য সরল করা এবং গাইড করা। আমরা চাই আমাদের সম্প্রদায়ের প্রতিটি সদস্যের এখানে অবদান থাকবে। + +# শুরু হচ্ছে + +## 1. এই রিপোজিটরি ফর্ক করুন +✨ All Contributors ✨ + +## 2. রিপোজিটরি ক্লোন করুন +```bash +$ git clone https://github.com//HelloWorld.git +``` + +## 3. আপনার ব্রাঞ্চ তৈরি করুন: +```bash +$ git checkout -b +``` + +## 4. `Contributors.md` খুলুন +ফাইলের শেষে আপনার নাম, github প্রোফাইল লিঙ্কটি লিখুন এবং এটি সংরক্ষণ করুন। +``` +- [your-name]() +- +``` + **দয়া করে এই লাইনটি মুছবেন না** + ``` + - + ``` + +## 5. কমিট করার জন্য ফাইল নির্বাচন করুন +```bash +$ git add Contributors.md +``` + +## 6. আপনার পরিবর্তন কমিট করুন: + +```bash +$ git commit -m ":tada: introducing " +``` + +## 7. ব্রাঞ্চে পুশ করুন: +```bash +$ git push origin +``` + +## 8. একটি পুল রিকোয়েস্ট জমা দিন. + + +আপনি যদি ওপেন সোর্স প্রকল্পে অবদান রাখতে চান কিন্তু এই সব বুঝতে না পারেন, এটা ঠিক আছে। শুধু 👉 [First-Contribution](GUIDE.md) পদক্ষেপগুলি অনুসরণ করুন এবং ওপেন সোর্স সম্প্রদায়কে সমর্থন করা শুরু করুন৷ \ No newline at end of file From 99aa30e7addce553fa744b27cd2e4f8641631bbe Mon Sep 17 00:00:00 2001 From: mohammad-rahi Date: Tue, 11 Oct 2022 11:04:26 +0600 Subject: [PATCH 4/8] add fork.png img to bangla readme file --- translations/README.bn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README.bn.md b/translations/README.bn.md index 64e251a..c5f829d 100644 --- a/translations/README.bn.md +++ b/translations/README.bn.md @@ -5,7 +5,7 @@ # শুরু হচ্ছে ## 1. এই রিপোজিটরি ফর্ক করুন -✨ All Contributors ✨ +✨ All Contributors ✨ ## 2. রিপোজিটরি ক্লোন করুন ```bash From 49ffa0fe6265c6435317ae3c59b1cc36a25e5259 Mon Sep 17 00:00:00 2001 From: mohammad-rahi Date: Tue, 11 Oct 2022 11:05:43 +0600 Subject: [PATCH 5/8] Update readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e5f05..8d36240 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### _Read this in [বাংলা](translations/README.bn.md)_ +#### _Read this in [বাংলা](translations/README.bn.md) বাংলা_ # Hello World From 4bdc13cffa676cb86c5c232081670cfa36c3d565 Mon Sep 17 00:00:00 2001 From: mohammad-rahi Date: Tue, 11 Oct 2022 11:06:41 +0600 Subject: [PATCH 6/8] Update readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d36240..b5dda46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### _Read this in [বাংলা](translations/README.bn.md) বাংলা_ +#### _Read this in [বাংলা বাংলা](translations/README.bn.md)_ # Hello World From a6b864161c0ddc1ff0546f1858e084f3ac74d7e0 Mon Sep 17 00:00:00 2001 From: mohammad-rahi Date: Tue, 11 Oct 2022 11:08:09 +0600 Subject: [PATCH 7/8] Update readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5dda46..3b715a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### _Read this in [বাংলা বাংলা](translations/README.bn.md)_ +#### _Read this in [বাংলা](translations/README.bn.md) [বাংলা](translations/README.bn.md)_ # Hello World From abfc52c662c11af0b64ac9d3f8a7aefa18d4b4d3 Mon Sep 17 00:00:00 2001 From: mohammad-rahi Date: Tue, 11 Oct 2022 11:10:46 +0600 Subject: [PATCH 8/8] Update bangla readme file --- translations/README.bn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README.bn.md b/translations/README.bn.md index c5f829d..96da595 100644 --- a/translations/README.bn.md +++ b/translations/README.bn.md @@ -47,4 +47,4 @@ $ git push origin ## 8. একটি পুল রিকোয়েস্ট জমা দিন. -আপনি যদি ওপেন সোর্স প্রকল্পে অবদান রাখতে চান কিন্তু এই সব বুঝতে না পারেন, এটা ঠিক আছে। শুধু 👉 [First-Contribution](GUIDE.md) পদক্ষেপগুলি অনুসরণ করুন এবং ওপেন সোর্স সম্প্রদায়কে সমর্থন করা শুরু করুন৷ \ No newline at end of file +আপনি যদি ওপেন সোর্স প্রকল্পে অবদান রাখতে চান কিন্তু এই সব বুঝতে না পারেন, এটা ঠিক আছে। শুধু 👉 [First-Contribution](../GUIDE.md) পদক্ষেপগুলি অনুসরণ করুন এবং ওপেন সোর্স সম্প্রদায়কে সমর্থন করা শুরু করুন৷ \ No newline at end of file