Merge pull request #981 from brianpeiris/patch-1

Add information about assigned issues.
pull/1/head
David Schnur 13 years ago
commit ce8c3a06a4

@ -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!
```
```

Loading…
Cancel
Save