OpenQDev / goodfirstweb3issues

MIT License
0 stars 1 forks source link

Create a list of good first issues #3

Open rickkdev opened 1 year ago

rickkdev commented 1 year ago

Idea create a long list of "good first issues" for the web3 space:

Links to include (will be extended over time): https://github.com/OpenQDev/goodfirstweb3issues/blob/main/github_links.txt

Layout: https://goodfirstissue.dev/

Filters:

More stuff:

We used this query before to find issues with good first issue labels. Needs to be extended to go through all orgs and their repos, finding issues with that label.

query {
  search (first: 100,
          type: REPOSITORY,
          query: "org:ipfs") {
    nodes {
      ... on Repository {
        name
        issues(states: [OPEN], first: 1, filterBy: { labels:  ["good first issue"] }) {
      nodes {
        title
        number
        url
        author {
          url
          login
        }
      }
    }
  }
      }
    }
  }
}
ManyRios commented 1 year ago

Do you want something almost like a good first number or exactly the same as that?

rickkdev commented 1 year ago

Do you want something almost like a good first number or exactly the same as that?

Hey Many the bounty is already taken, thanks for your interest though I forgot to assign it, sorry.

mktcode commented 1 year ago

And I forgot to comment...