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

Create a nice view for open "help wanted" issues #25

Open
arirawr opened this issue Nov 11, 2019 · 3 comments
Open

Create a nice view for open "help wanted" issues #25

arirawr opened this issue Nov 11, 2019 · 3 comments
Labels
design enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed tech

Comments

@arirawr
Copy link
Contributor

arirawr commented Nov 11, 2019

Dependent on #24.

Describe the solution you'd like
We should have a page that shows a list of currently open issues tagged with "help wanted", which matches our design.
Should show title, repo, date opened, and tags.

I'm happy to help with the design aspect if needed.

@arirawr arirawr added enhancement New feature or request design good first issue Good for newcomers help wanted Extra attention is needed tech labels Nov 11, 2019
@guimcaballero
Copy link
Contributor

While working on #24 I've come across the API query that will fetch all currently open issues with the "help wanted" label in Embark repos: https://api.github.com/search/issues?q=+org:EmbarkStudios+type:issue+is:open+label:%22help%20wanted%22&sort=created&order=asc. It just needs to be filtered to get issues from the repos in data.json.

Posting this in case anyone wants to get started with this issue, as I don't think it necessarily needs to depend on #24 if implemented this way.

Also, as an aside, "help wanted" can be replaced with "good first issues" to get all the good first issues. I think having a view that shows those might be helpful to people just getting started.

@repi
Copy link
Contributor

repi commented Sep 1, 2020

@guimcaballero oh that is a pretty neat query to gather it all, didn't know one can do it across an entire org, looks promising!

@Montekkundan
Copy link

we have a tags page @arirawr , does this issue require a new /helpwanted page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed tech
Projects
None yet
Development

No branches or pull requests

5 participants