Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanlf opened this issue Jun 2, 2020 · 2 comments
Open

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

sanlf opened this issue Jun 2, 2020 · 2 comments

Comments

@sanlf
Copy link

sanlf commented Jun 2, 2020

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
Copy link
Author

sanlf commented Jun 4, 2020

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.

@Himanshu-Vishwas
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants