Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC 0051] Mark stale nixpkgs issues #51

Merged
merged 8 commits into from Nov 14, 2019
Merged

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Aug 24, 2019

Summary:

Mark stale Nixpkgs issues and pull requests on GitHub using an application provided by GitHub.

Rendered

markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the framing here is very important to (1) don't make anyone feel like they're just a drag on the project, make clear that it's totally fine to just keep bumping an issue; (2) give constructive feedback on how to get attention for an issue, like actively searching for maintainers / previous people that touched the code and pinging them.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a great point. Phrasing it as helping the user seems much more likely to turn out well. "It looks like this issue hasn't attracted much attention. Here are n suggestions for how to progress this issue further."

[alternatives]: #alternatives

1. Do nothing
2. Make custom tooling to do something more sophisticated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a whole set of other bots in the same project that might better fit our needs: https://probot.github.io/apps/


Marking issues stale might dissuade contributors who already feel
their contribution was being ignored.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some security considerations to have to giving access to the org to a third-party application. I don't know what access rights the stale bot needs, hopefully just access to the issues. Alternatively it would also be possible to deploy https://probot.github.io/apps/stale/ ourselves.

[motivation]: #motivation

The Nixpkgs GitHub page has a large number of open issues causing
community angst and misrepresenting the responsiveness of the project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to find metrics that better represent our project's health and communicate that instead. It seems quite natural to me that due to the size of nixpkgs we have many known problems that needs to be addressed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, when I first came here, I remember being shocked by the numbers. But now they just seem realistic. We'd all like them to go down, but I feel like closing issues prematurely would cause more angst, not less. Imagine how it would feel when, in addition to having your issue "ignored", you then suffer the further indignity of having it closed by a bot!

It's already easy to get the impression that nobody cares about your issue or PR. Wouldn't closing outstanding issues would basically confirm that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it really depends on the bot's abilities. For example I am never annoyed by the existence of ofborg as it helps me move my PR along. Even when it was posting build results as comments, I was happy to get the notifications because it was an asynchronous prompt for me to react on the feedback.

Stale bots are less clear cut. It depends how precise their heuristics are. If implemented correctly I can see how it could prompt people to react and move the issue or PR along. But if they generate too much noise it can also lead to notification fatigue. It really depends on the implementation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I wouldn't be opposed to a kind of ping-bot. But I understood this RFC as being primarily about closing issues, with the bot being an implementation detail.

I actually wasn't thinking about the case where the submitter has not responded; in that case, I'm not opposed to automated closing if it's a "support ticket" kind of issue where others can't reproduce. That would help make the list of open issues more relevant, I think.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be an option to only ask for a follow up if the last message is not from the submitter? This way the submitter would only have to say "no, this is still an issue" once and the bot won't bother them again until someone else asks for some followup.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this, or maybe it would be possible to have the bot only trigger on 9.needs: reporter feedback?

That said, my experience using codetriage is that the issues I click on usually would not fall under this label -- it's only maybe one in four or five. But it does happen that when I ping from triage to re-request the requested information, the reporter just states they've stopped using NixOS altogether, and then it's possible to close the ticket.

All that to say: I think a stale bot would make sense, but more for the “regularly poke people with a message to help them figure out how to push it forward” part of it and less for the “automatically close issues” part of it. If it's done this way, we should be careful to not have it poke too many issues on the first start, or maintainers would be overwhelmed by people directly reaching to them at once, though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another scenario is when a PR gets stuck because the author and the reviewers don't agree on the outcome. In that case, if the bot is pinging, it's not bringing in new information that could help move the PR forward. If it's closing it favours the status quo over innovation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessarily. If for example the bot links to a page containing as many suggestions as possible on how to move on in such situations (which in my opinion should be a part of this RFC), I would consider it very helpful.


```
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be much higher, perhaps ~1 stable release of NixOS? There are a lot of useful issues older than 60 days!

Copy link
Contributor

@blaggacao blaggacao Oct 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stale does not mean "not-useful" — neither does it mean "not valid"...

It just reflects the fact that nobody has bothered interacting.

@Profpatsch
Copy link
Member

I am completely against this idea. In my experience, this this the archetypal way of trying to solve social issues with technical solutions.

Apart from “making that number go down and feel better”, introducing arbitrary time-outs for mostly still valid issues is a sure way to lose potential contributors.
In addition, there is immense value in having a database of known and reported problems, which this RFC is going to just waste.

Github provides good tooling to filter issues down to the ones that are interesting to review, no need to confuse “issue open” with “failure of project”.

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise here, maybe a month?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer never. Let humans to decide.

@adisbladis
Copy link
Member

adisbladis commented Aug 27, 2019

To add to what @Profpatsch is saying my previous issues that has gone "stale" in other repos has been a source of incredible frustration when they auto-close just to artificially decrease an issue number.
The issue is still there whether you close it or not.

Another thing I have noticed about Nixpkgs issues is that some of them are very long-running for technical reasons.

One example of this is NixOS/nixpkgs#33798. Just because there isn't much happening on this issue doesn't mean that it's an issue that we want to close, it's still an ambition to drop Qt 5.6 at some point, but as of right now a few packages requires it to run so we don't drop it.

I'd be angry and frustrated if such issues were auto-closed.


```
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it must be not less than 6 months. One year is even better.

In this way, it'll help get rid of issues that can't be reproduced anymore, but also it'll not cause frustration of issue creator.

@suhr
Copy link

suhr commented Aug 27, 2019

The idea is to ping old issues and close one that do not respond. I'm not sure if automatic closing is a good idea, but notification and labeling is, if it's done rarely (once in a year).

@infinisil
Copy link
Member

Yeah I'm against this as well. Just recently @peti closed an issue on me, seemingly because of the same reason this RFC tries to argue for, even though it's still totally valid, which also heavily demotivates me to work on it. I don't want this to become the norm.

@peti
Copy link
Member

peti commented Aug 27, 2019

[Closing the issue] heavily demotivated me to work on it. I don't want this to become the norm.

I honestly don't want to sound dismissive of your point of view. There is just one thing that I don't understand. If you have been motivated before to work on that issue, then why had there been no progress and no activity whatsoever for 15+ months at the time when I closed it? I mean, when you say you feel demotivated working on it now, I'm not sure how to parse that. What was your motivation level before I closed it exactly?

IMHO, if an issue has been completely inactive for, say 12 months, then it's dead and I see no point in keeping it open. I would tag it with OBSOLETE or AUTO-CLOSED or whatever and close it.

If you actually care about an issue, then surely you should be able to make some kind of headway within a freaking year, no?

@suhr
Copy link

suhr commented Aug 27, 2019

The purpose of issues is to keep track of existing problems. Closing issues for existing problems defeats this purpose as well as keeping track of issues that nobody can reproduce anymore.

@grahamc
Copy link
Member

grahamc commented Aug 27, 2019

I agree. I would find it really upsetting if an issue I reported still existed but was closed just because it was old.

@globin
Copy link
Member

globin commented Aug 27, 2019

I nominate @grahamc and myself for shepherding

@peti
Copy link
Member

peti commented Aug 27, 2019

The purpose of issues is to keep track of existing problems.

Not everyone agrees that this is their purpose.

@emilazy
Copy link
Member

emilazy commented Aug 27, 2019

my 2¢: I really hate it when projects do this and I don't think it improves software quality at all.

@Ekleog
Copy link
Member

Ekleog commented Aug 27, 2019

@peti

why had there been no progress and no activity whatsoever for 15+ months at the time when I closed it?

The thing is, issues are not only meant for developers. They are meant for users to report issues so that developers can fix them. And for a regular user, it is very normal that in 15+ months they make no progress -- they would maybe need to learn everything from scratch just to make headway on this. (and, in this specific case, I guess the priority was just below other more-important stuff)

Saying that we should close issues when, after a bot ping, no one answers for some time kind of makes sense (no one is interested in it any longer, and it quite possibly doesn't exist any longer). Saying that we should close issues when there is no progress made means that we decide to have no way for non-developers to report issues.

The purpose of issues is to keep track of existing problems.

Not everyone agrees that this is their purpose.

I think it is the first time I hear of someone opposing this statement. What is their purpose, for you?

@gloaming
Copy link

The purpose of issues is to keep track of existing problems.

Not everyone agrees that this is their purpose.

The thing is, issues are not only meant for developers. They are meant for users to report issues so that developers can fix them.

I think this argument arises in part from a missing (conceptual) distinction between issues and tickets. Consider that a single underlying issue may manifest for multiple users in ways that cause them to file multiple reports.

Currently, the Nixpkgs GitHub is a main venue for user support, so we have both; but that's not a reason to give them the same blanket treatment. (That said, it is also not appropriate to mark unresolved tickets as resolved, and a sophisticated support system distinguishes between resolved and expired.)

GitHub has only a binary open/closed status, so how you think that status should be used is a direct result of what you think that the items in the GitHub tracker are.

@domenkozar domenkozar added the status: open for nominations Open for shepherding team nominations label Aug 29, 2019
@peti
Copy link
Member

peti commented Aug 30, 2019

@Ekleog,

For a regular user, it is very normal that in 15+ months they make no progress.

I am sorry, but that is not my experience. You say it's normal for people to actively work on an open source software issue without any observable progress whatsoever for 15+ months, but I don't believe that. My experience is that once a ticket has gone over a year without any activity, chances that it will be fixed in the future are very, very slim. I don't think it's normal at all for tickets to get picked up again after lying there, dead, for over a year. I dare say, it hardly ever happened in my free software career. That's why people write things like the Github stale bot in the first place, so that those dead tickets can be closed.

Saying that we should close issues when, after a bot ping, no one answers for some time kind of makes sense.

OK, we both agree. I believe that this is the proposal made in this RFC? The bot closes issues who remain inactive of X days even after the ping, right? That sounds perfectly reasonable.

Saying that we should close issues when there is no progress made means that we decide to have no way for non-developers to report issues.

Oh, come on, that's is not true. Non-developers are reporting issues in Nixpkgs all the time!!!! Nobody is going to prevent them from doing that.

The purpose of issues is to keep track of existing problems.

Not everyone agrees that this is their purpose.

I think it is the first time I hear of someone opposing this statement. What is their purpose, for you?

I perceive Github issues as a way to track important, actionable tasks that someone is currently working on or that someone should be working on in the near future. The issue tracker is a way to coordinate the work done by the developers, so that everyone knows what the others are working on and we avoid doing the same thing multiple times by accident. Tickets that lie around for years without anyone even attempting to solve them don't meet those criteria. Clearly, those issue are not actionable or not important or neither of the two.

@emilazy
Copy link
Member

emilazy commented Aug 30, 2019

It's rare that someone will work continuously on an issue for 15 months without visible process, but I think it's hardly uncommon in open source for an issue to lie around for 15 months until someone with the interest, expertise and time decides to investigate and fix it. I think incrementalism is the only way a project the size of nixpkgs can advance.

@peti
Copy link
Member

peti commented Aug 30, 2019

I think it's hardly uncommon in open source for an issue to lie around for 15 months until someone with the interest, expertise and time decides to investigate and fix it.

Can you point out any concrete examples in the Nixpkgs issue tracker to back up that opinion?

@Zimmi48
Copy link
Member

Zimmi48 commented Aug 31, 2019

@peti This is an easy challenge. This kind of issues is easy to find, just in the issues that were closed in the last month we can find some examples:

@Ekleog
Copy link
Member

Ekleog commented Aug 31, 2019

@peti

You say it's normal for people to actively work on an open source software issue without any observable progress whatsoever for 15+ months, but I don't believe that.

It's a good thing I did not say that, then. To quote myself, “for a regular user [as opposed to developer], it is very normal that in 15+ months they make no progress -- they would maybe need to learn everything from scratch just to make headway on this”

The regular user is not going to actively work on an open-source software issue for 15+ months. They are going to shoot the issue, and let people with relevant knowledge fix it, when such people will come onto the issue.

Being better at pointing people with relevant knowledge to relevant issues is what we need to be better at, and I hope a stale-bot-like thing can do it properly without having this hugely-annoying-for-the-bug-reporter behavior of just closing things no one decides to work on.

@peti
Copy link
Member

peti commented Sep 2, 2019

@peti This is an easy challenge. This kind of issues is easy to find, just in the issues that were closed in the last month we can find some examples.

Interesting. Clearly you were right. I hardly ever see cases like those myself, but apparently that does not mean that they don't exist.

@zimbatm
Copy link
Member

zimbatm commented Sep 2, 2019

Would it make sense to get more data points about issues and PRs?

One danger I see of this RFC is that it's natural to judge the RFC based on our personal history. Maybe if we make it more about data then the discussions can become more specific and objective.

I think we all agree that we have many issues open and that automation is a good thing to leverage (that's why we are developers isn't it? :D). All we seem to disagree on is on the implementation and how it should look like.

@Zimmi48
Copy link
Member

Zimmi48 commented Sep 3, 2019

Would it make sense to get more data points about issues and PRs?

It would. What would be the questions that you would like to use data to answer?

@8573
Copy link

8573 commented Jun 4, 2020

Three minor, disconnected observations from my very minor contributor's perspective:

  1. I join in supporting @abathur's phrasing.

  2. What it says aside, I've found the bot to have its use as an automated version of @Profpatsch going around asking "(triage) Is this still a problem": it's reminded me to check whether I still have issues, and in at least one case I didn't (nixos-upgrade.service can't exec su: No such file or directory nixpkgs#47385).

  3. When not looking carefully, I've confused it with @timokau... :p

@asymmetric
Copy link
Contributor

asymmetric commented Jun 4, 2020

Nit: could someone remove the status: FCP label from this PR?

@domenkozar domenkozar added status: accepted and removed status: FCP in Final Comment Period labels Jun 4, 2020
@timokau
Copy link
Member

timokau commented Jun 4, 2020

3. When not looking carefully, I've confused it with @timokau... :p

Why is that? I might be missing something here.

@8573
Copy link

8573 commented Jun 5, 2020

Why is that? I might be missing something here.

Your avatar and its both have rectangular heads, chest-mounted monitors, claw-hands, and ball-tipped antennæ atop the head. :)

@bhipple
Copy link

bhipple commented Jun 5, 2020

This bot is great; I found and closed several long-since resolved issues from its pings!

The above wording does seem like an improvement, though.

@nh2
Copy link
Contributor

nh2 commented Jun 5, 2020

A little less enthusiastic feedback:

The bot does create quite a bit of work for me. Just in the last 4 days I've received 60 emails:

image

On pretty much all of them I have to write still important to me, because bugs rarely fix themselves (I'm glad though that @bhipple found some; I dont seem to be that lucky).

I find it somewhat stressful to go through that amount of (mainly unnecessary) work, because I do want to point out when issues are not stale, and remove the label to make that clear.

I've also tried to see if others unstale these issues if I wait a couple days, but that doesn't seem to happen, so it does seem to be on me to do it (at least for those issues that arrive in my mailbox).

As an aside, for some reason NixOS/nixpkgs does not appear in https://github.com/notifications/subscriptions for me, so I cannot really tell how many nixpkgs issues I am subscribed to in total (to estimate total workload):

image

It feels like the task of marking issues that are still important to me as non-stale is something I soon have to automate, because it takes a significant amount of my daily time. 🤔

@Zimmi48
Copy link
Member

Zimmi48 commented Jun 5, 2020

In my case, the bot helped me recover an issue (NixOS/nixpkgs#24613) that I had commented in 2017 to say: it can be closed. The only other comment it had received since then was someone else saying: it can be closed. It's a bit sad that nobody with the right permission had reacted to close it but now I have triage permissions, so I was finally able to close it! [But if I hadn't, this kind of message wouldn't have been nice, unless you can react to ask the bot to close the issue.]

EDIT: this was also the case of another issue (NixOS/nixpkgs#30476).

👍 for modifying the message to be more friendly and explicit on what people could do

@domenkozar
Copy link
Member

I agree it's annoying (I get multiple dozen emails per day), but once the bot goes through the backlog the noise will turn down.

@vcunat
Copy link
Member

vcunat commented Jun 5, 2020

I guess this has to affect most of contributors that have been very active over long term.

@nh2: perhaps you mistakenly thought that the bot would close the issues? If some are very important to you it surely does make sense to express that on the issue, but if not... keeping the "stale" label doesn't seem a big deal to me. (arguably, just the fact that noone is working on the issue for many months)

As an aside, for some reason NixOS/nixpkgs does not appear in https://github.com/notifications/subscriptions for me, so I cannot really tell how many nixpkgs issues I am subscribed to in total (to estimate total workload):

It appears to me, but "1000+" isn't very informative. You can try https://github.com/NixOS/nixpkgs/issues?q=involves%3Anh2

@Profpatsch
Copy link
Member

Profpatsch commented Jun 5, 2020 via email

@nh2
Copy link
Contributor

nh2 commented Jun 5, 2020

I agree it's annoying (I get multiple dozen emails per day), but once the bot goes through the backlog the noise will turn down.

I hope so :) Can anybody clarify the working mechanism of the bot:

Via which method does it decide how to comment on issues that have no activity for longer than 6 months? E.g. this one had the last human comment in 2017. Is it slowly working through a backlog? If yes, is there a way to see how far it is, or know when it's done?

The fact that old issues were not all commented on instantly but over a time of multiple days may falsely have created the impression that what I see in my inbox now is the "stable throughput" of just the "every 180 days" logic.

If it's really just an initial burst and afterwards the daily volume is much lower, that's probably fine!

@nh2: perhaps you mistakenly thought that the bot would close the issues? If some are very important to you it surely does make sense to express that on the issue, but if not... keeping the "stale" label doesn't seem a big deal to me. (arguably, just the fact that noone is working on the issue for many months)

I did not think that it would close the issues; if I remember correctly, I was part of a discussion before where most people agreed that a stale-bot should only set labels, not auto-close, and I was also an advocate of labeling-only.

I do feel obliged to comment on these issues as the bot asks, not because they are "very important" to me but because it would be a waste of time (mine and others') if somebody filed the same bug twice or did the same investigation twice, and to make clear to others that yes, this bug still exists (in other words, keeping issue tracker information accurate).

You can try https://github.com/NixOS/nixpkgs/issues?q=involves%3Anh2

Unfortunately that method does not work for issues where you've clicked the Subscribe button on the right, only for issues where you're author, assignee, mentions or commenter. So you'd get an underapproximation.

I checked yesterday; Github's API does not seem to provide a way to get at the total number of subscribed issues. I tried curl 'https://api.github.com/issues?filter=subscribed' but it only shows a few per page, and pagination there works only up to page=24, above that it just returns [].

That said, the involves filter shows a 152 open issues for me, so if I assume roughly the same amount of non-involves subscriptions, that would pan out at ~2 notifications per day, which suggests that @domenkozar is right and that what we observe is just a backlog.

@abathur
Copy link
Member

abathur commented Jun 5, 2020

I hope so :) Can anybody clarify the working mechanism of the bot:

Via which method does it decide how to comment on issues that have no activity for longer than 6 months? E.g. this one had the last human comment in 2017. Is it slowly working through a backlog? If yes, is there a way to see how far it is, or know when it's done?

Updated: Oops. Overconfident in it making sense. Guess I shoulda just gone to find the code. :D

After taking a closer look, I think:

  • It is actually already "caught up" (and probably just got there?).
  • It works from the most-recently-commented to least-recently-commented where updated is older than -180d.
  • You can approximate the view by composing a query (based on settings in nixpkgs/.github/stale.yml) like: is:open is:issue -label:"1.severity: security" -label:"2.status: stale" sort:updated-desc updated:<2019-12-08 (link), and then incrementing the updated-before date at the end.

@Shados
Copy link
Member

Shados commented Jun 8, 2020

Now that I've seen this in action, as someone with a couple of fairly old open PRs: I don't know how to proceed with them. They need reviewing and eventually committing, but there's no obvious, clear-cut way of figuring out who I should alert to do that.

I'd like to see the stale stale bot providing a link to some general guidance on getting nixpkgs PRs moving. More generally, I think PR handling really shouldn't be almost dependent on the PR author identifying and pinging the 'appropriate' people; surely that could be automated?

@timokau
Copy link
Member

timokau commented Jun 8, 2020

At least the PR part can (and hopefully will) be improved by marvin. Instead of marking PRs as stale, we'd assign labels to it which indicate for whom it is actionable (author, reviewer, merger). Then stale labels would either be unnecessary or could be restricted to needs_work PRs.

I hope this will already help in getting you a reviewer for your PRs, since reviewers can now easily find actionable PRs and everybody can help out, regardless of whether they have the commit bit or not.

Once that is working, we could explore timokau/marvin-mk2#2 to get some steady "baseline-throughput" of PRs. We should make sure that people don't sign up for too much there though to avoid burnout.

@doronbehar
Copy link
Contributor

I once had an idea, which may be worth mentioning here, also considering timokau/marvin-mk2#2 :

What if there was a website or a database that I'd upload to it the list of packages in my system.environmentPackages and the system services I enable. Then, a bot would ping me (perhaps privately) whenever there's a PR with some kind of update / change to a package I use. This will invite me to test the changes and if I'll respond then, my feedback should be considered valuable because I'm an actual user of the package service being changed.

@ryantm
Copy link
Member Author

ryantm commented Jul 3, 2020

@doronbehar I'm all for improving the stale bot wording! I think we can discuss the details in a regular nixpkgs PR.

@doronbehar
Copy link
Contributor

OK, here's my suggestion: NixOS/nixpkgs#92254

@Ericson2314
Copy link
Member

#124 Follow-up RFC for Nix itself is here.

@7c6f434c 7c6f434c mentioned this pull request Sep 21, 2022
kevincox added a commit to kevincox/nixos-rfcs that referenced this pull request Oct 11, 2022
tomberek pushed a commit that referenced this pull request Oct 24, 2022
* Stalled RFCs RFC

* Rename with PR number

* Spelling fix.

Co-authored-by: Luna Nova <git@lunnova.dev>

* Spelling and Grammar Fixes

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

* Update shepherds.

* Fix diagram rendering.

Co-authored-by: Linus Heckemann <git@sphalerite.org>

* Add reference to #51

* Fix brain-typo.

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

Co-authored-by: Luna Nova <git@lunnova.dev>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: Linus Heckemann <git@sphalerite.org>
KAction pushed a commit to KAction/rfcs that referenced this pull request Apr 13, 2024
* rfc51: close stale issues initial draft

* rfc0051: use staleLabel consistent with nixpkgs labeling conventions

* rfc0051: do not close issues

* rfc0051: reword motivation

* record the members of the shepherd team

* Update rfcs/0051-mark-stale-issues.md

Co-Authored-By: asymmetric <lorenzo@mailbox.org>

* [RFC 0051] remove references to "issue" in stale message
KAction pushed a commit to KAction/rfcs that referenced this pull request Apr 13, 2024
* Stalled RFCs RFC

* Rename with PR number

* Spelling fix.

Co-authored-by: Luna Nova <git@lunnova.dev>

* Spelling and Grammar Fixes

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

* Update shepherds.

* Fix diagram rendering.

Co-authored-by: Linus Heckemann <git@sphalerite.org>

* Add reference to NixOS#51

* Fix brain-typo.

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

Co-authored-by: Luna Nova <git@lunnova.dev>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: Linus Heckemann <git@sphalerite.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet