Git Product home page Git Product logo

good-first-issue's Introduction


Welcome! ๐Ÿ‘‹๐Ÿผ

Good First Issue is an initiative to curate easy pickings from popular projects, so developers who've never contributed to open-source can get started quickly.

Open-source maintainers are always looking to get more people involved, but new developers generally think it's challenging to become a contributor. We believe getting developers to fix super-easy issues removes the barrier for future contributions. This is why Good First Issue exists.

Adding a new project

You're welcome to add a new project in Good First Issue, and we encourage all projects โ€” old and new, big and small.

Follow these simple steps:

  • Our goal is to narrow down projects for new open-source contributors. To maintain the quality of projects in Good First Issue, please make sure your GitHub repository meets the following criteria:

    • It has at least three issues with the good first issue label. This label is already present on all repositories by default. If not, you can follow the steps here.

    • It has at least 10 contributors.

    • It contains a README.md with detailed setup instructions for the project, and a CONTRIBUTING.md with guidelines for new contributors.

    • It is actively maintained.

  • Add your repository's path (in lexicographic order) in data/repositories.toml.

  • Create a new pull-request. Please add the link to the issues page of the repository in the PR description. Once the pull request is merged, the changes will be live on goodfirstissue.dev.

Setting up the project locally

Good First Issue has two components โ€” the front-end app built with Nuxt.js and a data population script written in Python.

To contribute new features and changes to the website, you would want to run the app locally. Please follow these steps:

  1. Clone the project locally. Make sure you have Python 3 and a recent version of Node.js installed on your computer.

  2. Make a copy of the sample data files for your local app to use and rename them to the filename that the app expects. This step is important, as the front-end app won't work without these data files.

$ cp data/generated.sample.json data/generated.json
$ cp data/tags.sample.json data/tags.json
  1. Build the front-end app and start the development server.
$ yarn # install the dependencies
$ yarn dev -o # start the development server

The app should open in your browser.

good-first-issue's People

Contributors

sanket-deepsource avatar jai-deepsource avatar shubhendra-deepsource avatar deepsource-autofix[bot] avatar snyk-bot avatar rj722 avatar rahul-deepsource avatar dependabot-preview[bot] avatar pierreyoda avatar pnijhara avatar developerfred avatar souvik-deepsource avatar siddhant-deepsource avatar shruddha-deepsource avatar rohan-deepsource avatar pratikshaborle avatar b-r-p avatar ardakazanci avatar vasanthdharmaraj avatar shmueltreiger avatar shahednasser avatar sampan501 avatar rolandgeider avatar orlinvasilev avatar ming-tsai avatar kmorcinek avatar karansthr avatar herrardo avatar fgiuliani avatar enstyled avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.