Add an issue template for Git bugs (#41048)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-10-23 16:22:32 -04:00 committed by GitHub
parent b6a18671dc
commit 1966d4c818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

35
.github/ISSUE_TEMPLATE/06_bug_git.yml vendored Normal file
View file

@ -0,0 +1,35 @@
name: Bug Report (Git)
description: Zed Git Related Bugs
type: "Bug"
labels: ["git"]
title: "Git: <a short description of the Git bug>"
body:
- type: textarea
attributes:
label: Summary
description: Describe the bug with a one-line summary, and provide detailed reproduction steps
value: |
<!-- Please insert a one-line summary of the issue below -->
SUMMARY_SENTENCE_HERE
### Description
<!-- Describe with sufficient detail to reproduce from a clean Zed install. -->
Steps to trigger the problem:
1.
2.
3.
**Expected Behavior**:
**Actual Behavior**:
validations:
required: true
- type: textarea
id: environment
attributes:
label: Zed Version and System Specs
description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"'
placeholder: |
Output of "zed: copy system specs into clipboard"
validations:
required: true