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 +```