You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Did some linting and grammar check on the document.
- Added a requirement for the Supervisor to be on the lookout for
critical issues and bring them to be discussed during the team meeting
to be later added to the Future Versions milestone.
[skip ci]
Copy file name to clipboardExpand all lines: MAINTENANCE.md
+21-10Lines changed: 21 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
# Issue Supervisor Role
2
-
This document formally defines the _Issue Supervisor_ role. This is a repository maintenance role that is assigned to core contributors on rotating basis.
2
+
3
+
This document formally defines the _Issue Supervisor_ role. This is a repository maintenance role that is assigned to core contributors on a rotating basis.
3
4
4
5
## Responsibilities
5
-
Issue supervisor is responsible for:
6
-
- Health of the CI, nightly releases and benchmark infrastructure.
6
+
7
+
The issue supervisor is responsible for:
8
+
9
+
- The health of the CI, nightly releases and benchmark infrastructure.
7
10
- PRs of external contributors: assigning someone to review, or handling themselves.
8
11
- Triaging issues (especially new):
9
12
- Each issue needs to be assigned an `itype` and 1 or more `area` labels.
@@ -12,42 +15,50 @@ Issue supervisor is responsible for:
12
15
- Modifying issue labels to best capture information about the issues
13
16
- Attempting to reproduce the issue (or label “stat:cannot reproduce”)
14
17
- Further minimizing the issue or asking the reporter of the issue to minimize it correctly (or label “stat:needs minimization”)
18
+
- Identifying which issues are of considerable importance and bringing them to the attention of the team during the Dotty meeting, where they can be filtered and added to the [Future Versions](https://github.com/lampepfl/dotty/milestone/46) milestone.
15
19
16
20
Other core teammates are responsible for providing information to the issue supervisor in a timely manner when it is requested if they have that information.
17
21
18
22
## Assignment
19
-
Issue supervisor is appointed for 7 days and is responsible for what is specified in the “Responsibilities” section during those 7 days. Their assumption of the role starts from the Dotty Meeting on Monday and ends on the next Dotty Meeting on Monday.
23
+
24
+
The issue supervisor is appointed for 7 days and is responsible for what is specified in the “Responsibilities” section during those 7 days. Their assumption of the role starts from the Dotty Meeting on Monday and ends on the next Dotty Meeting on Monday.
20
25
21
26
During the Dotty Meeting, an issue supervisor is assigned for the current week and for the week after that.
22
27
23
-
Issue supervisor schedule is maintained in the [Issue Supervisor Statistics spreadsheet](https://docs.google.com/spreadsheets/d/19IAqNzHfJ9rsii3EsjIGwPz5BLTFJs_byGM3FprmX3E/edit?usp=sharing). So, someone who knows their availability several weeks ahead into the future can assign themselves to be an issue supervisor well ahead of time.
28
+
The issue supervisor schedule is maintained in the [Issue Supervisor Statistics spreadsheet](https://docs.google.com/spreadsheets/d/19IAqNzHfJ9rsii3EsjIGwPz5BLTFJs_byGM3FprmX3E/edit?usp=sharing). So, someone who knows their availability several weeks ahead into the future can assign themselves to be an issue supervisor well ahead of time.
24
29
25
30
## Prerequisites
31
+
26
32
An issue supervisor needs to have all the accesses and privileges required to get their job done. This might include:
33
+
27
34
- Admin rights in lampepfl/dotty repository
28
35
- Admin rights in lampepfl/dotty-feature-requests repository
29
-
-Permissions to create new repositories in lampepfl organization (needed to fork repositories for the community build)
36
+
-Permission to create new repositories in lampepfl organization (needed to fork repositories for the community build)
30
37
- Access to the LAMP slack to be able to ask for help with the infrastructure, triaging and such
31
38
32
39
## Procedures
33
-
To ensure proper health of the infrastructure, the supervisor regularly monitors its proper operation. If a malfunction is detected, the supervisor's job is to ensure that someone is working on it (or solve it on their own).
40
+
41
+
To ensure the proper health of the infrastructure, the supervisor regularly monitors its proper operation. If a malfunction is detected, the supervisor's job is to ensure that someone is working on it (or solve it on their own).
34
42
35
43
If it is unclear what area an issue belongs to, the supervisor asks for advice from other team members on Slack or GitHub. If, after asking for advice, it turns out that nobody in the team knows how to classify it, the issue must be classified with a “stat:needs triage” label.
36
44
37
45
If it is unclear who should review an external PR, the supervisor asks for advice from the rest of the core team. If after asking for advice, it is still unclear who should do it, the reviewer for such a PR will be decided at the next Dotty meeting.
38
46
39
-
In general, if anything else is unclear for proper fulfillment of responsibilities, the supervisor must proactively seek advice from other team members on Slack or other channels.
47
+
In general, if anything else is unclear for the proper fulfillment of responsibilities, the supervisor must proactively seek advice from other team members on Slack or other channels.
40
48
41
49
## Reporting
50
+
42
51
At the end of their supervision period, the supervisor reports to the team during the Dotty meeting on the following points:
43
52
44
53
- Whether there were any incidents with the CI, nightlies and benchmarks, how they were resolved and what steps were taken to prevent them from happening in the future.
45
54
- How many new external contributors’ PRs were there and what they were about (in brief).
46
55
- How many new issues were opened during their supervision period? Were there any areas that got a lot of issues? How many regressions from a prior Scala 3 release were there? Which were designated for an MSc project or an Issue Spree?
47
56
- If new labels were created or old ones were removed, or there is any other feedback on how to improve the issue supervision, mention that.
48
57
- Unassigned PRs and issues that the team failed to classify: bring them one by one so that the team can make a decision on them.
58
+
- Issues of importance – candidates for the Future Versions milestone.
59
+
60
+
## Maintenance List
49
61
50
-
# Maintenance List
51
62
The following is the list of all the principal areas of the compiler and the core team members who are responsible for their maintenance:
52
63
53
64
- Parser: @odersky
@@ -73,5 +84,5 @@ The following is the list of all the principal areas of the compiler and the cor
0 commit comments