mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
chore: remove assignee from linter bug report
This commit is contained in:
parent
f0c87d453d
commit
55637c248e
2 changed files with 1 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -8,5 +8,5 @@ labels: C-bug
|
|||
<!--
|
||||
!!IMPORTANT!! If you are reporting a bug for Oxlint or the Oxc VSCode extension,
|
||||
please use the "Linter bug report" template instead. You can find it here:
|
||||
https://github.com/oxc-project/oxc/issues/new?assignees=DonIsaac&labels=C-bug,A-linter&projects=&template=linter_bug_report.yaml&title=linter:+
|
||||
https://github.com/oxc-project/oxc/issues/new?labels=C-bug,A-linter&projects=&template=linter_bug_report.yaml&title=linter:+
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ name: Linter bug report
|
|||
description: Report a bug in Oxlint
|
||||
title: "linter: "
|
||||
labels: ["C-bug", "A-linter"]
|
||||
assignees:
|
||||
- DonIsaac
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
|
|||
Loading…
Reference in a new issue