Skip to content

chimon2000/good_first_issue

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
ios
 
 
lib
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 

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).