Add support for labels other than "bug" in `bugs-tab`
See original GitHub issueI love bugs-tab
but it doesn’t show up https://github.com/nodejs/node, which I work on, because we use the <kbd>confirmed-bug</kbd> label for bugs, rather than bug
.
Could the label name be configurable? Or, could we list the labels and use ones that match /\bbug\b/
? 🤔
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Add support for bug-fix / bugfix labels in bugs-tab #5951
Some repositories with more than 1k stars that use the bug-fix label: https://github.com/axios/axios/issues?q=is%3Aissue+label%3Abug-fix+ ...
Read more >'Similar Bugs' tab on searching bugs similar to bz 7589. ed to a...
For example, when a user is exploring a bug (bz_7859) in the repository and wants to identify other similar bugs, the search feature...
Read more >Bugs/Triage
Thus crash bugs differ from other bugs in two important aspects: they ... the bug as 'Triaged', and add the tag 'needs-packaging' to...
Read more >Email Collaboration and Create Custom Fields for Bug ...
See the presentation below and find quick ways to collaborate with projects via an email. Have a look and let us know your...
Read more >Solved Description: Web bugs are considered more invasive
Question: Description: Web bugs are considered more invasive than cookies. ... Click the Web Bugs tab on the home page, and read all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If anyone wants to do this, the following is the query
True, we do risk getting requests for new labels occasionally, but since there have only ever been 2 requests for custom bug labels I think we’ll be fine.
As for “the wrong label,” that’s why I suggested using a predefined list instead of using
/bug/i
to guess the label. We can see what the common big repos are using and add those to our list. We can decide which label makes the cut later on.