Skip to content
Open

Rahi #60

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ People are giving themselves and their free time to contribute to open source pr

<!-- write down your name and github profile (do not delete anything) -->

- [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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### _Read this in <kbd>[<img title="বাংলা" alt="বাংলা" src="https://cdn.staticaly.com/gh/hjnilsson/country-flags/master/svg/bd.svg" width="22">](translations/README.bn.md)</kbd> [বাংলা](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.
Expand Down
50 changes: 50 additions & 0 deletions translations/README.bn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# ওহে বিশ্ব

এই প্রকল্পের লক্ষ্য আমাদের সম্প্রদায়কে তাদের প্রথম অবদান রাখার জন্য সরল করা এবং গাইড করা। আমরা চাই আমাদের সম্প্রদায়ের প্রতিটি সদস্যের এখানে অবদান থাকবে।

# শুরু হচ্ছে

## 1. এই রিপোজিটরি ফর্ক করুন
<img src="../assets/fork.png" alt="✨ All Contributors ✨" width="800px" />

## 2. রিপোজিটরি ক্লোন করুন
```bash
$ git clone https://github.com/<your-github-username>/HelloWorld.git
```

## 3. আপনার ব্রাঞ্চ তৈরি করুন:
```bash
$ git checkout -b <your-name>
```

## 4. `Contributors.md` খুলুন
ফাইলের শেষে আপনার নাম, github প্রোফাইল লিঙ্কটি লিখুন এবং এটি সংরক্ষণ করুন।
```
- [your-name](<your-github-profile-url>)
- <!--write here-->
```
**দয়া করে এই লাইনটি মুছবেন না**
```
- <!--write here-->
```

## 5. কমিট করার জন্য ফাইল নির্বাচন করুন
```bash
$ git add Contributors.md
```

## 6. আপনার পরিবর্তন কমিট করুন:

```bash
$ git commit -m ":tada: introducing <your-github-username>"
```

## 7. ব্রাঞ্চে পুশ করুন:
```bash
$ git push origin <your-name>
```

## 8. একটি পুল রিকোয়েস্ট জমা দিন.


আপনি যদি ওপেন সোর্স প্রকল্পে অবদান রাখতে চান কিন্তু এই সব বুঝতে না পারেন, এটা ঠিক আছে। শুধু 👉 [First-Contribution](../GUIDE.md) পদক্ষেপগুলি অনুসরণ করুন এবং ওপেন সোর্স সম্প্রদায়কে সমর্থন করা শুরু করুন৷