From aef51371b72e81ca6bb8eb928d270bec7fa6f846 Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Thu, 14 Mar 2024 14:44:38 -0500 Subject: [PATCH] Update CONTRIBUTING.md explaining stalebot --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1164439..161ade4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,6 +118,10 @@ git tag -fa v4 -m "Updating v4 to 4.0.1" git push origin v4 --force ``` +## Stalebot + +We have begun using a [Stalebot action](https://github.com/actions/stale) to help keep the Issues and Pull requests backlogs tidy. You can see the configuration [here](.github/workflows/stalebot.yml). If you'd like to keep an issue open after getting a stalebot warning, simply comment on it and it'll reset the clock. + ## Resources - [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)