Skip to content

Assign issue types in the issue templates - #1260

Merged
Zethson merged 1 commit into
mainfrom
fix/issue-template-types
Sep 23, 2026
Merged

Zethson merged 1 commit into
mainfrom
fix/issue-template-types

Conversation

@Zethson

@Zethson Zethson commented Sep 23, 2026

Copy link
Copy Markdown
Member

Closes #1259. The cookiecutter adoption rendered the templates with labels: bug/labels: enhancement, which match no label in this repo, so GitHub dropped them; they now set the org's Bug/Enhancement issue types instead.

The template adoption rendered cookiecutter-scverse with
issue_categorization set to "labels", so the forms emitted "labels: bug"
and "labels: enhancement". Neither matches a label in this repo, which
carries "Bug"/"bug 🚨" and "enhancement ✨", so GitHub silently dropped
them and new issues arrived uncategorized.

The scverse org defines Task/Bug/Enhancement issue types, so switch to
the template's "issue types" branch and record that choice in
.cruft.json so future cruft updates keep it.
@Zethson
Zethson merged commit e0f7d27 into main Sep 23, 2026
18 of 19 checks passed
@Zethson
Zethson deleted the fix/issue-template-types branch September 23, 2026 08:37
@codecov

codecov Bot commented Sep 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.40%. Comparing base (65dc73e) to head (1abd2bb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1260   +/-   ##
=======================================
  Coverage   91.40%   91.40%           
=======================================
  Files          53       53           
  Lines        8381     8381           
=======================================
  Hits         7661     7661           
  Misses        720      720           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double check issue templates

1 participant