Skip to content

Commit 651f180

Browse files
Update from copier (2026-04-13T00:01:28)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 585adcf commit 651f180

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 41c2f2c
2+
_commit: 9232d1f
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug Report
33
about: Report a bug to help us improve
44
title: '[BUG] '
5-
labels: bug
5+
labels: 'type: bug'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest a new feature or improvement
44
title: '[FEATURE] '
5-
labels: enhancement
5+
labels: 'type: enhancement'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: Ask a question about usage or behavior
44
title: '[QUESTION] '
5-
labels: question
5+
labels: 'tag: question'
66
assignees: ''
77
---
88

0 commit comments

Comments
 (0)