-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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:
- Primarily programming languages
More stuff:
- Add a "OpenQ" Link to the main page
- Add a button for people to add their organization to the list.
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.
- Additionally we should also make a list of all issues with the "bounty" label. Can be another filter.
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
}
}
}
}
}
}
}
}
mktcodemktcode
Metadata
Metadata
Assignees
Labels
No labels