From 1cccd8f48e9597331ee29b1deebf0015ba1eb438 Mon Sep 17 00:00:00 2001 From: Will Sugarman Date: Fri, 27 Aug 2021 11:52:50 -0700 Subject: [PATCH] Update Contributing README (#975) Add notice for closing inactive PRs to CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7c967945c..6e07cda7dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ This document describes guidelines for contributing to the Medical Imaging Serve - **DO** address PR feedback in additional commits instead of amending. - **DO** assume that [Squash and Merge](https://blog.github.com/2016-04-01-squash-your-commits/) will be used to merge the commits unless specifically requested otherwise. - **DO NOT** submit "work in progress" PRs. A PR should only be submitted when it is considered ready for review. +- **DO NOT** leave PRs active for more than 4 weeks without a commit. Stale PRs will be closed until they are ready for active development again. - **DO NOT** mix independent and unrelated changes in one PR. ## Coding Style