From 27538a85282abc14c725961bd880ff08409f90d4 Mon Sep 17 00:00:00 2001 From: Brian Peiris Date: Tue, 5 Mar 2013 13:11:58 -0500 Subject: [PATCH] Add information about assigned issues --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7d85ff..e4eafe1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,11 @@ running under. If you have suggestions for new features, or changes to existing ones, we'd love to hear them! Please submit each suggestion as a separate new issue. +If you would like to work on an existing issue, please make sure it is not +already assigned to someone else. If an issue is assigned to someone, that +person has already started working on it. So, pick unassigned issues to prevent +duplicated efforts. + ### Pull Requests ### To make merging as easy as possible, please keep these rules in mind: @@ -87,4 +92,4 @@ do not exceed 80 characters. For example: c == 3) {} if (a == 1 && b == 2 && c == 3) {} // This block is correct! -``` \ No newline at end of file +```