Commit ce8c3a06 authored by David Schnur's avatar David Schnur

Merge pull request #981 from brianpeiris/patch-1

Add information about assigned issues.
parents e4a0aa72 27538a85
...@@ -18,6 +18,11 @@ running under. ...@@ -18,6 +18,11 @@ running under.
If you have suggestions for new features, or changes to existing ones, we'd 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. 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 ### ### Pull Requests ###
To make merging as easy as possible, please keep these rules in mind: To make merging as easy as possible, please keep these rules in mind:
...@@ -87,4 +92,4 @@ do not exceed 80 characters. For example: ...@@ -87,4 +92,4 @@ do not exceed 80 characters. For example:
c == 3) {} c == 3) {}
if (a == 1 && b == 2 && c == 3) {} // This block is correct! if (a == 1 && b == 2 && c == 3) {} // This block is correct!
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment