...
1name: "💡 Feature Request"
2description: If you have a suggestion for how to improve Linkerd
3labels: ["enhancement"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
9
10 Please search to see if an issue already exists for the feature you are suggesting.
11
12 - type: textarea
13 attributes:
14 label: What problem are you trying to solve?
15 description: A concise description of what the problem is.
16 placeholder: I have an issue when [...]
17 validations:
18 required: true
19
20 - type: textarea
21 attributes:
22 label: How should the problem be solved?
23 description: What do you want to happen? Add any considered drawbacks.
24 validations:
25 required: true
26
27 - type: textarea
28 attributes:
29 label: Any alternatives you've considered?
30 description: Is there another way to solve this problem that isn't as good a solution?
31 validations:
32 required: true
33
34 - type: textarea
35 attributes:
36 label: How would users interact with this feature?
37 description: If you can, explain how users will be able to use this. Maybe come sample CLI output?
38
39 - type: dropdown
40 attributes:
41 label: Would you like to work on this feature?
42 description: We are more than happy to help you through the process.
43 options:
44 - "yes"
45 - "no"
46 - "maybe"
View as plain text