1body:
2 - type: markdown
3 attributes:
4 value: |
5 # Feature Request
6
7 Welcome! 👋
8
9 If you are interested in proposing a new feature, improvement, or change to Zed, you are in the right place.
10
11 Use this template to suggest a new feature, improvement, or change.
12
13 - type: textarea
14 id: main
15 attributes:
16 label: Body
17 value: |
18 # What are you proposing?
19
20 Describe the feature, improvement, or change at a high level.
21
22 # Why does this matter?
23
24 What problem does this solve?
25
26 What becomes easier or possible?
27
28 # Are there any examples or context?
29
30 Screenshots, mockups, workflows, or examples from other tools.
31
32 # Possible approach
33
34 If you have ideas about how this could work, share them here.
35
36 validations:
37 required: true
38
39 - type: markdown
40 attributes:
41 value: |
42 Learn more about how feature requests work in our
43 [Feature Request Guidelines](https://github.com/zed-industries/zed/discussions/47963).