We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9537d3d commit a036549Copy full SHA for a036549
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,7 +1,7 @@
1
name: "Bug report"
2
description: Create a report to help us improve the Python devguide
3
title: "Bug: <title>"
4
-labels: ["bug"]
+labels: ["type-bug"]
5
assignees: []
6
7
body:
.github/ISSUE_TEMPLATE/feature_request.yml
name: "Feature request"
description: Suggest an idea for the Python devguide
title: "Feature: <title>"
-labels: ["enhancement"]
+labels: ["type-feature"]
0 commit comments