Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MJUIUC committed Jan 5, 2017
1 parent d43f6a8 commit dc69798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ Pulling seperate PR's to test code is cumbersome and we realize that. To help wi

When You do perform a pull request, you should set the title of it so that others know no one has looked at it yet.
- If you just submitted the PR, your title should look like this: `[language]challenge_[chalNumber](UnReviewed)`
- If you have already recieved one review, your PR title should look like this: `[language]challenge_[#](Pending)`
- If you have at least 2 reviews, set your pull request to this: `[language]challenge_[#](ReadyForMerge)` and a mod will merge your code to the main repository.
- If you have already recieved one review, your PR title should look like this: `[language]challenge_[chalNumber](Pending)`
- If you have at least 2 reviews, set your pull request to this: `[language]challenge_[chalNumber](ReadyForMerge)` and a mod will merge your code to the main repository.

Taking this approach to code review will help to streamline the process and make reviews easier for everyone involved. Take the time to check your github notifications so that you can check to see if anyone has reviewed your code yet.

0 comments on commit dc69798

Please sign in to comment.