-
Notifications
You must be signed in to change notification settings - Fork 6
/
release_management_and_roadmap_schedule.yaml
39 lines (39 loc) · 1.7 KB
/
release_management_and_roadmap_schedule.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
questions:
-
uuid: 1eebf878-8ba5-66f2-9a68-99d84c92580c
question: 'For how long does a LTS will be maintained for security fixes ?'
answers:
- { value: '2 years', correct: false }
- { value: '3 years', correct: false }
- { value: '4 years', correct: true }
- { value: '5 years', correct: false }
help: 'https://symfony.com/doc/current/contributing/community/releases.html'
-
uuid: 1eebf878-8ba5-6738-be2f-99d84c92580c
question: 'For how long does a LTS will be maintained for bugs fixes ?'
answers:
- { value: '6 months', correct: false }
- { value: '1 years', correct: false }
- { value: '2 years', correct: false }
- { value: '3 years', correct: true }
- { value: '4 years', correct: false }
help: 'https://symfony.com/doc/current/contributing/community/releases.html'
-
uuid: 1eebf878-8ba5-677e-b15f-99d84c92580c
question: 'For how long does a no-LTS version will be maintained for security fixes ?'
answers:
- { value: '4 months', correct: false }
- { value: '6 months', correct: false }
- { value: '8 months', correct: true }
- { value: '10 months', correct: false }
- { value: '12 months', correct: false }
help: 'https://symfony.com/doc/current/contributing/community/releases.html'
-
uuid: 1eebf878-8ba5-67c4-a767-99d84c92580c
question: 'For how long does a no-LTS version will be maintained for bugs fixes ?'
answers:
- { value: '2 months', correct: false }
- { value: '5 months', correct: false }
- { value: '8 months', correct: true }
- { value: '20 months', correct: false }
help: 'https://symfony.com/doc/current/contributing/community/releases.html'