From bf31114754f5dee63f68ad67a640694449429bad Mon Sep 17 00:00:00 2001 From: Isabela de Matos Date: Sat, 7 Dec 2024 11:54:37 +0100 Subject: [PATCH] Add Contributions section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03c604d..5d74ad3 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,7 @@ You can change the thresholds for stale branches and issues by modifying these c const STALE_BRANCH_THRESHOLD_DAYS: i64 = 180; const STALE_ISSUE_THRESHOLD_DAYS: i64 = 180; ``` + +## Contributions + +Contributions are welcome. Feel free to open an issue or submit a pull request if you have questions or suggestions.