1name: Bug Report (Edit Predictions)
2description: Zed Edit Predictions bugs
3type: "Bug"
4labels: ["ai", "inline completion", "zeta"]
5title: "Edit Predictions: <a short description of the Edit Prediction bug>"
6body:
7 - type: textarea
8 attributes:
9 label: Summary
10 description: Describe the bug with a one line summary, and provide detailed reproduction steps
11 value: |
12 <!-- Please insert a one line summary of the issue below -->
13 SUMMARY_SENTENCE_HERE
14
15 ### Description
16 <!-- Describe with sufficient detail to reproduce from a clean Zed install. -->
17 <!-- Please include the LLM provider and model name you are using -->
18 Steps to trigger the problem:
19 1.
20 2.
21 3.
22
23 Actual Behavior:
24 Expected Behavior:
25 validations:
26 required: true
27
28 - type: textarea
29 id: environment
30 attributes:
31 label: Zed Version and System Specs
32 description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"'
33 placeholder: |
34 Output of "zed: copy system specs into clipboard"
35 validations:
36 required: true