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.
🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
This project is licensed under the MIT License.
Thank you for considering contributing to OpSo! We welcome contributions from the community to help improve the app and add new features. Below are some guidelines for contributing:
If you encounter any bugs or have ideas for new features, please open an issue on GitHub. Make sure to provide detailed information about the issue or feature request, including steps to reproduce the bug if applicable.
We appreciate any code contributions that enhance the functionality or improve the user experience of OpSo. To contribute code, follow these steps:
git checkout -b feature-name
.git commit -m "Add feature XYZ"
.git push origin feature-name
.main
branch of the original repository.To run the OpSo app locally, you need to have Flutter and Dart installed on your machine. Follow these steps:
Clone this repository:
git clone https://github.com/andoriyaprashant/OpSo.git
Navigate to the project's root directory:
cd OpSo
flutter pub get
flutter doctor
flutter run
If you would like to add information about a new open-source program to OpSo, you can contribute by:
Good documentation is essential for the success of any open-source project. If you notice any areas where the documentation can be improved, feel free to make updates or additions.
GSSOC 2024 | |
This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance OpSo. |
Please note that by contributing to OpSo, you agree to abide by the code of conduct. We expect all contributors to uphold the principles of respect, inclusivity, and collaboration.