From 7b383e74dd77dcc86d1b805e69be9b3f351bea08 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez <64106728+MarioRodriguezS@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:05:27 -0500 Subject: [PATCH] Add stale issues policy --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bface32..b250854 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,6 +48,15 @@ At this point, you're waiting on us. We like to at least comment on pull request business days (typically, one business day). We may suggest some changes, improvements or alternatives. +# Stale issues + +To ensure that our issue tracker remains organized and relevant, we have implemented a policy for handling Stale issues. Please review the following guidelines: + +1. **Marking as Stale**: Issues will be automatically marked as **Stale** after 60 days of inactivity. +2. **Closing Stale Issues**: After an issue has been marked as Stale, a comment will be posted on the issue indicating that it will be closed if there is no further activity or information provided within a specified period. + +Thank you for helping us maintain a clean and efficient issue tracker! + ## Additional resources - [EditorJS](https://editorjs.io/)