@@ -25,25 +25,25 @@ A tracks' maintenance category is determined by three variables:
25
25
26
26
To determine the maintenance category, find the first category that matches the track from this table:
27
27
28
- | Category | Active? | Number of maintainers | Number of cross-track maintainers |
29
- | ----------------------- | ------- | --------------------- | --------------------------------- |
30
- | ` wip-track ` | No | Any | Any |
31
- | ` unmaintained ` | Yes | 0 | 0 |
32
- | ` maintained-solitary ` | Yes | 1 | 0 |
33
- | ` maintained-autonomous ` | Yes | > 0 | = Number of maintainers |
34
- | ` maintained ` | Yes | > 0 | < Number of maintainers |
28
+ | Category | Active? | Number of maintainers | Number of cross-track maintainers |
29
+ | --------------------- | ------- | --------------------- | --------------------------------- |
30
+ | wip-track | No | Any | Any |
31
+ | unmaintained | Yes | 0 | 0 |
32
+ | maintained-solitary | Yes | 1 | 0 |
33
+ | maintained-autonomous | Yes | > 0 | = Number of maintainers |
34
+ | maintained | Yes | > 0 | < Number of maintainers |
35
35
36
36
## Repo permissions
37
37
38
38
The maintenance category is used to set the track's GitHub repo(s) permission(s).
39
39
40
- | Category | Requires PR | Requires PR approval | Cross-track team reviews |
41
- | ----------------------- | ----------- | -------------------- | ------------------------ |
42
- | ` wip-track ` | No | No | No |
43
- | ` unmaintained ` | Yes | Yes | Yes |
44
- | ` maintained-solitary ` | Yes | Yes | Yes |
45
- | ` maintained-autonomous ` | Yes | No | No |
46
- | ` maintained ` | Yes | No | No |
40
+ | Category | Requires PR | Requires PR approval | Cross-track team reviews |
41
+ | --------------------- | ----------- | -------------------- | ------------------------ |
42
+ | wip-track | No | No | No |
43
+ | unmaintained | Yes | Yes | Yes |
44
+ | maintained-solitary | Yes | Yes | Yes |
45
+ | maintained-autonomous | Yes | No | No |
46
+ | maintained | Yes | No | No |
47
47
48
48
``` exercism/caution
49
49
The `wip-track` category is the only category that allows maintainers to push to `main`.
0 commit comments