Skip to content

Commit 553b132

Browse files
kevincoxLunNovaryantmlheckemann
authored
Stalled RFCs RFC (#130)
* Stalled RFCs RFC * Rename with PR number * Spelling fix. Co-authored-by: Luna Nova <[email protected]> * Spelling and Grammar Fixes Co-authored-by: Ryan Mulligan <[email protected]> * Update shepherds. * Fix diagram rendering. Co-authored-by: Linus Heckemann <[email protected]> * Add reference to #51 * Fix brain-typo. Co-authored-by: Ryan Mulligan <[email protected]> Co-authored-by: Luna Nova <[email protected]> Co-authored-by: Ryan Mulligan <[email protected]> Co-authored-by: Linus Heckemann <[email protected]>
1 parent 8bb86f8 commit 553b132

File tree

1 file changed

+147
-0
lines changed

1 file changed

+147
-0
lines changed

rfcs/0130-stalled-rfcs.md

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
feature: stalled-rfcs
3+
start-date: 2022-06-01
4+
author: kevincox
5+
co-authors: spacekookie
6+
shepherd-team: @ryantm, @tomberek, @7c6f434c
7+
shepherd-leader: @ryantm
8+
related-issues: (will contain links to implementation PRs)
9+
---
10+
11+
# Summary
12+
[summary]: #summary
13+
14+
This defines two alternate "end states" for RFCs.
15+
16+
The "Awaiting Author" state defines an RFC that isn't ready to be pushed forward and is intentionally stalled. The NixOS RFC Steering Committee will not ping or push this RFC until it returns to the main workflow. These RFCs will be put into a draft status until they are ready to re-enter the process.
17+
18+
The "Lacking Interest" state defines an RFC that can not gather a shepherd team. This is taken to indicate that there is not enough interest in the Nix community. These RFCs will be Closed until more interest is gathered.
19+
20+
# Motivation
21+
[motivation]: #motivation
22+
23+
The NixOS RFC process describes a process with a focus on moving RFCs toward completion. This is where an engaged author and community push an RFC to a decision, either to accept or reject the proposal.
24+
25+
However things don't always work like this. Sometimes the author doesn't have sufficient time or motivation to keep iterating on the RFC and sometimes the community doesn't have enough interested members to staff a shepherd team.
26+
27+
It is important that these "alternate exits" are well defined to avoid wasting effort trying to push a stalled RFC forward and to set clear expectations for all participants.
28+
29+
TL;DR timeouts are critical in distributed systems.
30+
31+
# Detailed design
32+
[design]: #detailed-design
33+
34+
Here is an updated diagram for the RFC process.
35+
36+
```mermaid
37+
graph TD
38+
Start((Start)) --> Draft
39+
Draft -->|Ready for Review| Discuss
40+
style Draft fill:#008,color:#FFF
41+
42+
Discuss[Discuss and Refine]
43+
Discuss ---> |On Hold| Draft
44+
Discuss --> |Can't Find Shepherds| NoShepherds
45+
Discuss --> |Motion for FCP| FCP
46+
47+
NoShepherds[Closed - Lack of Interest]:::closed
48+
NoShepherds --> |Renewed Interest| Discuss
49+
50+
FCP[Final Coment Phase]
51+
FCP --> |FCP Canceled| Discuss
52+
FCP --> |Accept| Merged
53+
FCP --> |Reject| Rejected
54+
55+
Merged
56+
style Merged fill:#080,color:#FFF
57+
58+
Rejected[Closed - Rejected]:::closed
59+
60+
Withdrawn[Closed - Withdrawn]:::closed
61+
Discuss & Draft --->|Author Withdraws| Withdrawn
62+
63+
classDef closed fill:#800,color:#FFF
64+
```
65+
66+
There are 3 new transitions in this diagram.
67+
68+
## On Hold
69+
70+
This is for cases where the author is unable or unwilling to update the RFC in a timely fashion and would like to indicate that the RFC should not continue to be pushed forward for the time being.
71+
72+
The author can [mark the PR as a Draft](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft) and the existing label [status: on hold](https://github.com/NixOS/rfcs/pulls?q=is%3Apr+label%3A%22status%3A+on+hold%22+is%3Aclosed) can be applied to the PR by the NixOS RFC Steering Committee for tracking reasons.
73+
74+
RFCs in this status will be completely ignored by the NixOS RFC Steering Committee. It is also expected that community members will largely refrain from review until the author has indicated that the RFC is again ready for review.
75+
76+
## Can't Find Shepherds
77+
78+
If an RFC is unable to find adequate number of shepherds in 2 months it will be considered "low interest". The RFC will be closed to indicate that there is no expectation of continuous forward progress.
79+
80+
After 1 month of being open, the following message will be added to the PR to suggest ways to find more support:
81+
82+
> This RFC has not acquired enough shepherds. This typically shows lack of interest from the community. In order to progress [a full shepherd team is required](https://github.com/NixOS/rfcs/#shepherd-team). Consider trying to raise interest by [posting in Discourse](https://discourse.nixos.org/), [talking in Matrix](https://matrix.to/#/#community:nixos.org) or reaching out to people that you know.
83+
>
84+
> If not enough shepherds can be found in the next month we will close this RFC until we can find enough interested participants. The PR can be reopened at any time if more shepherd nominations are made.
85+
>
86+
> [See more info on the Nix RFC process here](https://github.com/NixOS/rfcs/blob/master/README.md)
87+
88+
If another month has elapsed since the warning without sufficient accepted nominations the following message will be posted, the `status: insufficient interest` label will be added and the issue will be closed.
89+
90+
> This RFC is being closed due to lack interest. If enough shepherds are found this issue can be reopened. If you don't have permission to reopen please [open an issue for the NixOS RFC Steering Committee](https://github.com/NixOS/rfc-steering-committee/issues/new) linking to this PR.
91+
92+
## Renewed Interest
93+
94+
If an RFC that was closed due to lack of interest finds sufficient interest it can be reopened and the `status: insufficient interest` label removed. The RFC will then continue through the RFC process as normal.
95+
96+
# Examples and Interactions
97+
[examples-and-interactions]: #examples-and-interactions
98+
99+
## More Research Required
100+
101+
If an RFC is opened and discussion reveals that more research is required, the author may now return their RFC to draft status to indicate that they are working on an update.
102+
103+
This is already frequently done today, but this RFC codifies this process. The alternative, which is sometimes seen is that the NixOS RFC Steering Committee keeps pinging the RFC for months trying to move the RFC forward which is annoying and unproductive.
104+
105+
## Can't Find Shepherds
106+
107+
If an RFC is opened but a team of shepherds can't be assembled the RFC will now be closed.
108+
109+
Currently there is no process here and the NixOS RFC Steering Committee is unsure what to do and tends to annoyingly ping these RFCs with no positive outcome for a few months then improvise. This RFC proposes a well-defined process to ensure that everyone understands the process.
110+
111+
# Drawbacks
112+
[drawbacks]: #drawbacks
113+
114+
## Closing a PR may be demotivating.
115+
116+
Struggling to find shepherds for an RFC may already be demotivating and having the RFC closed can be an additional flag that the RFC is struggling. This may be demoralizing to the RFC author.
117+
118+
This issue is mitigated by having clear and well-thought-out messages to make it clear what is occurring at this stage of the process. This is hopefully better overall than the previously poorly defined state of forever waiting for more shepherds to appear.
119+
120+
## Closing a PR may reduce visibility for the RFC.
121+
122+
Leaving PRs open may increase the chance that a potential shepherd finds the RFC. Closing RFCs that can't find shepherds may worsen the thing that ails them.
123+
124+
It is the author's opinion that having dozens of open RFCs will also reduce visibility from the ones that do have more interest and are more likely to find a full shepherd team. Therefore this is considered an acceptable cost. The addition of the `status: insufficient interest` label may also help to bring attention to these RFCs that could benefit from would-be shepherds.
125+
126+
# Alternatives
127+
[alternatives]: #alternatives
128+
129+
## Do Nothing
130+
131+
Doing nothing leaves the behaviour to be taken when an RFC can not find a shepherd team undefined. This leads to inconsistent handling by the NixOS RFC Steering Committee and leaves community members unable to understand what to expect.
132+
133+
## Leave the PR open and add a label
134+
135+
This can reduce the burden from the NixOS RFC Steering Committee however it still clutters the list of "Open" RFCs with these RFCs that are not seeing forward progress. Ultimately it is a decision of definition of what "Open" means and this RFC takes the stance that if an RFC is stalled for too long it makes sense to remove it from the default search for "Open" RFCs.
136+
137+
Due to similarity with [RFC 51 - Mark stale nixpkgs issues](https://github.com/NixOS/rfcs/pull/51) which settled on labeling without closing after a lot of discussion, extra effort was made to ensure that this was not too controversial. Notably a forum post at https://discourse.nixos.org/t/stalled-rfcs-proposing-rfcs-with-no-interest/21952. It appears that to the Nix community this is in fact a substantially different case so closing is acceptable.
138+
139+
# Unresolved questions
140+
[unresolved]: #unresolved-questions
141+
142+
None
143+
144+
# Future work
145+
[future]: #future-work
146+
147+
The ony work that needs to be done is updating documentation and informing the NixOS RFC Steering Committee.

0 commit comments

Comments
 (0)