|
36 | 36 | validations: |
37 | 37 | required: true |
38 | 38 |
|
39 | | - - type: input |
40 | | - attributes: |
41 | | - label: 'Browser Version' |
42 | | - description: 'What version of the browser are you using?' |
43 | | - placeholder: '103.0.5060.134' |
44 | | - validations: |
45 | | - required: false |
46 | | - |
47 | 39 | - type: input |
48 | 40 | attributes: |
49 | 41 | label: 'Operating System' |
|
52 | 44 | validations: |
53 | 45 | required: false |
54 | 46 |
|
| 47 | + - type: textarea |
| 48 | + attributes: |
| 49 | + label: 'Steps to Reproduce the Issue' |
| 50 | + description: | |
| 51 | + Please describe the issue in detail, including: |
| 52 | + 1. What actions led to the issue? |
| 53 | + 2. If possible, attach screenshots or videos demonstrating the problem. |
| 54 | + placeholder: | |
| 55 | + 1. I clicked on... |
| 56 | + 2. [Attach screenshots/videos if available] |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + attributes: |
| 62 | + label: 'Expected Behavior' |
| 63 | + description: 'Describe what you expected to happen.' |
| 64 | + placeholder: 'I expected the page to...' |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: textarea |
| 69 | + attributes: |
| 70 | + label: 'Actual Behavior' |
| 71 | + description: 'Describe what actually happened, including any error messages.' |
| 72 | + placeholder: 'Instead, I saw...' |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + |
55 | 76 | - type: dropdown |
56 | 77 | attributes: |
57 | 78 | label: 'Priority' |
|
64 | 85 | validations: |
65 | 86 | required: false |
66 | 87 |
|
67 | | - - type: textarea |
68 | | - attributes: |
69 | | - label: 'Steps to Reproduce the Issue' |
70 | | - description: | |
71 | | - Please describe the issue in detail, including: |
72 | | - 1. What actions led to the issue? |
73 | | - 2. What did you expect to happen? |
74 | | - 3. What actually happened? |
75 | | - 4. If possible, attach screenshots or videos demonstrating the problem. |
76 | | - placeholder: | |
77 | | - 1. I clicked on... |
78 | | - 2. I expected the page to... |
79 | | - 3. Instead, I saw... |
80 | | - 4. [Attach screenshots/videos if available] |
81 | | - validations: |
82 | | - required: true |
83 | | - |
84 | 88 | - type: textarea |
85 | 89 | attributes: |
86 | 90 | label: 'Additional Context (Optional)' |
|
0 commit comments