Skip to content

Commit 68c457c

Browse files
thomasjpfanglemaitre
authored andcommitted
MAINT Adjust issue template labels for new issues (scikit-learn#21951)
1 parent 9293021 commit 68c457c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Create a report to help us reproduce and correct the bug
3-
labels: ['Bug: triage']
3+
labels: ['Bug', 'Needs Triage']
44

55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/doc_improvement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Documentation improvement
22
description: Create a report to help us improve the documentation. Alternatively you can just open a pull request with the suggested change.
3-
labels: [Documentation]
3+
labels: [Documentation, 'Needs Triage']
44

55
body:
66
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request
22
description: Suggest a new algorithm, enhancement to an existing algorithm, etc.
3-
labels: ['New Feature']
3+
labels: ['New Feature', 'Needs Triage']
44

55
body:
66
- type: markdown

doc/developers/bug_triaging.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,7 @@ The following workflow [1]_ is a good way to approach issue triaging:
149149
An additional useful step can be to tag the corresponding module e.g.
150150
`sklearn.linear_models` when relevant.
151151

152+
#. Remove the "Needs Triage" label from the issue if the label exists.
153+
152154
.. [1] Adapted from the pandas project `maintainers guide
153155
<https://dev.pandas.io/docs/development/maintaining.html>`_

0 commit comments

Comments
 (0)