raysummee / good_first_issue

📱 An app for finding good first issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Good First Issue

An app for finding issues targeted towards newcomers to open source projects.
Build status Code coverage License

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
  • An IDE such as Android Studio or VS Code
    • If you need to install an IDE, you can find instructions here

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:

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 <project> as a property of projects with an object that includes a name, description, and a q (representing the GitHub search query).

About

📱 An app for finding good first issues

License:The Unlicense


Languages

Language:Dart 91.1%Language:Ruby 6.5%Language:Kotlin 0.8%Language:Swift 0.8%Language:Shell 0.7%Language:Objective-C 0.1%