mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Auto-label new bugs/crashes with 'needs triage' (#43658)
Release Notes: - N/A
This commit is contained in:
parent
ab96155d6a
commit
bbdbfe3430
2 changed files with 2 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/1.bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/1.bug-report.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Report an issue
|
||||
description: Report an issue with Zed.
|
||||
type: Bug
|
||||
labels: "state:needs triage"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
1
.github/ISSUE_TEMPLATE/2.crash-report.yml
vendored
1
.github/ISSUE_TEMPLATE/2.crash-report.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Report a crash
|
||||
description: Zed is crashing or freezing or hanging.
|
||||
type: Crash
|
||||
labels: "state:needs triage"
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue