anuraghazra / github-readme-stats

:zap: Dynamically generated stats for your github readmes
https://github-readme-stats.vercel.app
MIT License
68.25k stars 22.35k forks source link

Top Issues Dashboard #1935

Open rickstaa opened 2 years ago

rickstaa commented 2 years ago

A simple dashboard that lists the top issues/bugs/features and pull requests.

Top issues

  1. 1 :+1:235

  2. 1471 :+1:107

  3. 2603 :+1:17

  4. 2282 :+1:16

  5. 1406 :+1:14

  6. 654 :+1:13

  7. 2179 :+1:10

  8. 1437 :+1:10

  9. 1761 :+1:9

  10. 1801 :+1:7

Top bugs

  1. 2603 :+1:17

  2. 1801 :+1:7

  3. 1852 :+1:5

  4. 3850 :+1:4

  5. 1053 :+1:4

  6. 564 :+1:3

  7. 1177 :+1:2

Top feature requests

  1. 1 :+1:235

  2. 2282 :+1:16

  3. 654 :+1:13

  4. 2179 :+1:10

  5. 1437 :+1:10

  6. 1761 :+1:9

  7. 1633 :+1:7

  8. 3830 :+1:6

  9. 764 :+1:5

  10. 2867 :+1:3

Top PRs

  1. 1122 :+1:19

  2. 2107 :+1:9

  3. 1477 :+1:9

  4. 3060 :+1:7

  5. 1202 :+1:5

  6. 3318 :+1:4

  7. 3312 :+1:4

  8. 2409 :+1:4

  9. 1653 :+1:4

  10. 3663 :+1:3

Created by the rickstaa/top-issues-action action (last update: 9/13/2024, 12:26:58 AM).

arndom commented 11 months ago

@rickstaa can I be assigned this?

qwerty541 commented 11 months ago

@rickstaa can I be assigned this?

Hey, @arndom! No, you can't be assigned. This is special automatically generated dashboard issue for tracking community demand. It should be never closed or assigned to someone for any reason. You can choose some issue that you are interested in working on from the list.

arndom commented 11 months ago

Oh ok, my bad. Maybe a label could be added to indicate that ?

qwerty541 commented 11 months ago

Oh ok, my bad. Maybe a label could be added to indicate that ?

This issue already has a special unique label "top issues dashboard".

https://github.com/anuraghazra/github-readme-stats/labels/%3Astar%3A%20top%20issues%20dashboard

arndom commented 11 months ago

Ooh, didn't realize that, thanks.

On Tue, 10 Oct 2023, 05:12 Alexandr Garbuzov, @.***> wrote:

Oh ok, my bad. Maybe a label could be added to indicate that ?

This issue already has a special unique label "top issues dashboard".

— Reply to this email directly, view it on GitHub https://github.com/anuraghazra/github-readme-stats/issues/1935#issuecomment-1754323689, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJVPQPSSW57I2AVQYMXDHOTX6TDLVAVCNFSM56DMMUE2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZVGQZTEMZWHA4Q . You are receiving this because you were mentioned.Message ID: @.***>

FrankRay78 commented 6 months ago

Hello @rickstaa, I'm a maintainer over at spectre.console. Limited maintainer capacity means we've been looking at ways to manage the volume of incoming issues/PRs. Your dashboard above looks most suitable. I don't (currently) know anything about github actions bots, but I'm wondering if it's something that could be copied to our repo.

Update - I've just seen your repo: https://github.com/rickstaa/top-issues-action

rickstaa commented 6 months ago

Hello @rickstaa, I'm a maintainer over at spectre.console. Limited maintainer capacity means we've been looking at ways to manage the volume of incoming issues/PRs. Your dashboard above looks most suitable. I don't (currently) know anything about github actions bots, but I'm wondering if it's something that could be copied to our repo.

Update - I've just seen your repo: https://github.com/rickstaa/top-issues-action

Hey @FrankRay78, it's fantastic to hear that you like my action and are considering it for https://github.com/spectreconsole/spectre.console 🚀. The action targets open-source projects like GRS that don't have a clear backlog or development pipeline. If you have any questions or feature requests, don't hesitate to ask 🙂.

qwerty541 commented 6 months ago

Hello @rickstaa, I'm a maintainer over at spectre.console. Limited maintainer capacity means we've been looking at ways to manage the volume of incoming issues/PRs. Your dashboard above looks most suitable. I don't (currently) know anything about github actions bots, but I'm wondering if it's something that could be copied to our repo.

Update - I've just seen your repo: https://github.com/rickstaa/top-issues-action

Hey, @FrankRay78. In order to copy this to your repository you have to create .yml file in .github/workflows with the following content https://github.com/anuraghazra/github-readme-stats/blob/master/.github/workflows/top-issues-dashboard.yml with optional changing of inputs depending on your needs. If you need any help feel free to contact @rickstaa or me.

FrankRay78 commented 6 months ago

Thanks, I've got it setup on one of my test repos and it's working excellently. I'll submit a PR to spectre.console this week for the same. We are in a similar situation re low maintainer capacity, so priority based roadmap planning seems ideal. Really great work.