|
1 | | -name: Report a Technical or Visual Issue on the IFRC GO Website |
2 | | -description: 'Encountered a bug or glitch? Let us know so we can address it!' |
3 | | -labels: ['type: bug'] |
| 1 | +name: "Report a Technical or Visual Issue on the IFRC GO Website" |
| 2 | +description: "Encountered a bug or glitch? Let us know so we can address it!" |
| 3 | +labels: ["type: bug"] |
4 | 4 | body: |
5 | 5 | - type: markdown |
6 | 6 | attributes: |
7 | 7 | value: | |
8 | | - Thank you for helping improve the IFRC GO Website! |
| 8 | + "Thank you for helping improve the IFRC GO Website! |
9 | 9 | Please fill out the form below with as much detail as possible. This will help us diagnose and fix the issue promptly. |
10 | | - If the issue is visual, screenshots or videos are greatly appreciated. |
| 10 | + If the issue is visual, screenshots or videos are greatly appreciated." |
11 | 11 |
|
12 | 12 | - type: input |
13 | 13 | attributes: |
14 | | - label: 'Page URL' |
15 | | - description: 'The URL of the page where you encountered the issue.' |
16 | | - placeholder: 'https://go.ifrc.org/' |
| 14 | + label: "Page URL" |
| 15 | + description: "The URL of the page where you encountered the issue." |
| 16 | + placeholder: "https://go.ifrc.org/" |
17 | 17 | validations: |
18 | 18 | required: true |
19 | 19 |
|
20 | 20 | - type: dropdown |
21 | 21 | attributes: |
22 | | - label: 'Environment' |
23 | | - description: 'Please select the environment where the bug occurred.' |
| 22 | + label: "Environment" |
| 23 | + description: "Please select the environment where the bug occurred." |
24 | 24 | options: |
25 | | - - 'Alpha' |
26 | | - - 'Staging' |
27 | | - - 'Production' |
| 25 | + - "Alpha" |
| 26 | + - "Staging" |
| 27 | + - "Production" |
28 | 28 | validations: |
29 | 29 | required: true |
30 | 30 |
|
31 | 31 | - type: input |
32 | 32 | attributes: |
33 | | - label: 'Browser' |
34 | | - description: 'Which browser are you using? (e.g., Chrome, Firefox, Safari)' |
35 | | - placeholder: 'Chrome' |
| 33 | + label: "Browser" |
| 34 | + description: "Which browser are you using? (e.g., Chrome, Firefox, Safari)" |
| 35 | + placeholder: "Chrome" |
36 | 36 | validations: |
37 | 37 | required: true |
38 | 38 |
|
39 | 39 | - type: input |
40 | 40 | attributes: |
41 | | - label: 'Operating System' |
42 | | - description: 'What operating system are you using? Include the version if possible.' |
43 | | - placeholder: 'Windows 10' |
| 41 | + label: "Operating System" |
| 42 | + description: "What operating system are you using? Include the version if possible." |
| 43 | + placeholder: "Windows 10" |
44 | 44 | validations: |
45 | 45 | required: false |
46 | 46 |
|
47 | 47 | - type: textarea |
48 | 48 | attributes: |
49 | | - label: 'Steps to Reproduce the Issue' |
| 49 | + label: "Steps to Reproduce the Issue" |
50 | 50 | description: | |
51 | | - Please describe the issue in detail, including: |
| 51 | + "Please describe the issue in detail, including: |
52 | 52 | 1. What actions led to the issue? |
53 | | - 2. If possible, attach screenshots or videos demonstrating the problem. |
| 53 | + 2. If possible, attach screenshots or videos demonstrating the problem." |
54 | 54 | placeholder: | |
55 | | - 1. I clicked on... |
56 | | - 2. [Attach screenshots/videos if available] |
| 55 | + "1. I clicked on... |
| 56 | + 2. [Attach screenshots/videos if available]" |
57 | 57 | validations: |
58 | 58 | required: true |
59 | 59 |
|
60 | 60 | - type: textarea |
61 | 61 | attributes: |
62 | | - label: 'Expected Behavior' |
63 | | - description: 'Describe what you expected to happen.' |
64 | | - placeholder: 'I expected the page to...' |
65 | | - validations: |
| 62 | + label: "Expected Behavior" |
| 63 | + description: "Describe what you expected to happen." |
| 64 | + placeholder: "I expected the page to..." |
| 65 | + validations: |
66 | 66 | required: true |
67 | 67 |
|
68 | 68 | - type: textarea |
69 | 69 | attributes: |
70 | | - label: 'Actual Behavior' |
71 | | - description: 'Describe what actually happened, including any error messages.' |
72 | | - placeholder: 'Instead, I saw...' |
| 70 | + label: "Actual Behavior" |
| 71 | + description: "Describe what actually happened, including any error messages." |
| 72 | + placeholder: "Instead, I saw..." |
73 | 73 | validations: |
74 | 74 | required: true |
75 | 75 |
|
76 | 76 | - type: dropdown |
77 | 77 | attributes: |
78 | | - label: 'Priority' |
79 | | - description: 'How urgent is this issue?' |
| 78 | + label: "Priority" |
| 79 | + description: "How urgent is this issue?" |
80 | 80 | options: |
81 | | - - 'Low (Minor inconvenience)' |
82 | | - - 'Medium (Affects functionality, but there is a workaround)' |
83 | | - - 'High (Major functionality is broken)' |
84 | | - - 'Critical (Site is unusable)' |
| 81 | + - "Low (Minor inconvenience)" |
| 82 | + - "Medium (Affects functionality, but there is a workaround)" |
| 83 | + - "High (Major functionality is broken)" |
| 84 | + - "Critical (Site is unusable)" |
85 | 85 | validations: |
86 | 86 | required: false |
87 | 87 |
|
88 | 88 | - type: textarea |
89 | 89 | attributes: |
90 | | - label: 'Additional Context (Optional)' |
| 90 | + label: "Additional Context (Optional)" |
91 | 91 | description: | |
92 | | - Provide any extra details, such as: |
| 92 | + "Provide any extra details, such as: |
93 | 93 | - Related links. |
94 | 94 | - Previous occurrences of this issue. |
95 | | - - Workarounds you have tried. |
96 | | - placeholder: 'This issue also happened on [link].' |
| 95 | + - Workarounds you have tried." |
| 96 | + placeholder: "This issue also happened on [link]." |
97 | 97 | validations: |
98 | 98 | required: false |
0 commit comments