Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chimon2000/good_first_issue
📱 An app for finding good first issues
https://github.com/chimon2000/good_first_issue
android dart flutter ios mobile
Last synced: about 2 hours ago
JSON representation
📱 An app for finding good first issues
- Host: GitHub
- URL: https://github.com/chimon2000/good_first_issue
- Owner: chimon2000
- License: unlicense
- Created: 2018-12-29T10:47:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T23:31:45.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:19:56.323Z (3 months ago)
- Topics: android, dart, flutter, ios, mobile
- Language: Dart
- Homepage:
- Size: 506 KB
- Stars: 11
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Good First Issue
An app for finding issues targeted towards newcomers to open source projects.
## Prerequisites
To contribute to Good First Issue, you'll need to have a few things installed:
* Flutter
* If you need to install Flutter, you can find instructions [here](https://flutter.io/docs/get-started/install)
* An IDE such as Android Studio or VS Code
* If you need to install an IDE, you can find instructions [here](https://flutter.io/docs/get-started/editor)## Getting Started
To get started, there are a few ways that you can run the project.
* From the terminal, run `flutter run` after your emulator has been started.
* From Android Studio or VS Code, open the project root and start the debugger.A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)## Adding New Projects
If you'd like to add a new project to Good First Issue, you're more than welcome to submit a PR. There are a few steps that you need to take.
* If there is not already an issue associated with the project you want to add, please create one.
* Update `lib/models/projects.dart`
* Add your `` as a property of `projects` with an object that includes a **name**, **description**, and a **q** (representing the GitHub search query).