Skip to content

Commit

Permalink
chore: create single bug report issue template (#7505)
Browse files Browse the repository at this point in the history
This removes the v9 bug report template and changes the v10 template to
specifically mention that it is for bugs for the latest release line.

Previously we would bump these issue templates whenever we did a major
release. I think it makes more sense to have only a single bug template
most of the time and to add templates for old versions when we are
offering bug fix support for them. Currently we don't offer bug fixes
for the v9 release line.

It also removes the `Release 10.x` label which I find to mostly add
noise.
I think it would be better to have no default release line label, and
and instead manually add this label when we identify a bug that only
affects a specific release line that we intend to fix. Or if we are
supporting multiple versions then we can add the label to the bug
template
for old versions.
  • Loading branch information
lukekarrys committed May 10, 2024
1 parent e189873 commit 8add914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 66 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🐞 Bug v10
description: File a bug/issue against v10.x
name: 🐞 Bug
description: File a bug/issue against the latest version of npm
title: "[BUG] <title>"
labels: [Bug, Needs Triage, Release 10.x]
labels: [Bug, Needs Triage]
body:
- type: checkboxes
attributes:
Expand Down
63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE/bug_9.yml

This file was deleted.

0 comments on commit 8add914

Please sign in to comment.