Skip to content

Commit a036549

Browse files
Update labels set by templates (#1755)
1 parent 9537d3d commit a036549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Bug report"
22
description: Create a report to help us improve the Python devguide
33
title: "Bug: <title>"
4-
labels: ["bug"]
4+
labels: ["type-bug"]
55
assignees: []
66

77
body:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Feature request"
22
description: Suggest an idea for the Python devguide
33
title: "Feature: <title>"
4-
labels: ["enhancement"]
4+
labels: ["type-feature"]
55
assignees: []
66

77
body:

0 commit comments

Comments
 (0)