good-first-issue icon indicating copy to clipboard operation
good-first-issue copied to clipboard

Error with 'docusaurus': output issues aren't always from docusaurus

Open sanlf opened this issue 4 years ago • 2 comments

When running npx good-first-issue docusaurus, the outputs can be from other projects. For example here it outputs issues of jest:

docusaurus

I checked in data/projects.json and the query for docusaurus seems wrong:

  "docusaurus": {
    "name": "Docusaurus",
    "q": "org:facebook is:issue is:open label:\"good first issue\"",
    "description": "Easy to maintain open source documentation websites. "
  },

I tried changing it to a query to the repo:

  "docusaurus": {
    "name": "Docusaurus",
    "q": "repo:facebook/docusaurus is:issue is:open label:\"good first issue\"",
    "description": "Easy to maintain open source documentation websites. "
  },

But running npx good-first-issue docusaurus still outputs other projects.

What else could I do to try and fix this?

sanlf avatar Jun 02 '20 22:06 sanlf

It seems the last part was just a mistake from my part, as after making the change in data/projects.json, installing the project and running npx good-first-issue docusaurus multiple times, I get issues from docusaurus everytime.

sanlf avatar Jun 04 '20 02:06 sanlf

Hi! I am new to this repository and i would love to contribute.

Can you please give me some pointers on how to solve this?

Himanshu-Vishwas avatar Feb 08 '23 01:02 Himanshu-Vishwas