Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update some issues  Opso flutter app  documentation
  • Loading branch information
dipak2005 authored Oct 20, 2024
1 parent f3b4bf0 commit 41a7f6b
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

OpSo is a Flutter app that provides comprehensive information about various open-source programs, including Google Summer of Code, Summer of Bitcoin, Linux Foundation, and more. It allows users to explore different open-source opportunities, learn about their eligibility criteria, and access important resources.

<table align="center">
<table align="center" style="border: 2px solid;">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
Expand Down Expand Up @@ -68,7 +68,7 @@ We appreciate any code contributions that enhance the functionality or improve t
1. Fork the repository to your GitHub account.
2. Clone your forked repository to your local machine.
3. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.
4. Make your changes and ensure that the code follows the [Flutter style guide](https://flutter.dev/docs/development/tools/formatting).
4. Make your changes and ensure that the code follows the [Flutter style guide](https://docs.flutter.dev/development/tools/formatting).
5. Test your changes locally to ensure they work as expected.
6. Commit your changes with descriptive commit messages: `git commit -m "Add feature XYZ"`.
7. Push your changes to your forked repository: `git push origin feature-name`.
Expand Down Expand Up @@ -130,21 +130,18 @@ Good documentation is essential for the success of any open-source project. If y
<h2><img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Hand%20gestures/Flexed%20Biceps.png?raw=true" width="35" height="35" > Open Source Programs</h2>
</div>

<table border="1" cellpadding="10">
<tr>
<td rowspan="2">
<img src="https://github.com/Meetjain1/wanderlust/assets/133582566/21b2bc42-bdd5-487a-a083-1b262c2f6d9b" alt="GSSOC Logo" width="100" height="55">
</td>
<td>
<strong>GSSOC 2024</strong>
</td>
</tr>
<tr>
<td>
This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance OpSo.
</td>
</tr>
</table>
<table border="1" cellpadding="10" style="border-collapse: collapse; text-align: left;">
<tr>
<td>
<img src="https://github.com/Meetjain1/wanderlust/assets/133582566/21b2bc42-bdd5-487a-a083-1b262c2f6d9b" alt="GSSOC Logo" width="100" height="55">
</td>
<td>
<strong>GSSOC 2024</strong><br>
This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance OpSo.
</td>
</tr>
</table>


<hr>

Expand Down

0 comments on commit 41a7f6b

Please sign in to comment.