Update from copier (2026-04-12T23:26:05) by painebot · Pull Request #73 · python-project-templates/python-template · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
labels: 'type: bug'
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
about: Suggest a new feature or improvement
title: '[FEATURE] '
labels: enhancement
labels: 'type: enhancement'
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Question
about: Ask a question about usage or behavior
title: '[QUESTION] '
labels: question
labels: 'tag: question'
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Loading