Skip to content

Commit

Permalink
Correcting links for code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Parekh committed Mar 2, 2020
1 parent d989caf commit e0b2136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ First, please have a look at and follow the [Pull Request Policy](https://github
In order for a Pull Request to be considered, it has to meet these requirements:

1. Live up to the current code standard:
- Not violate [DRY](http://programmer.97things.oreilly.com/wiki/index.php/Don%27t_Repeat_Yourself).
- [Boy Scout Rule](http://programmer.97things.oreilly.com/wiki/index.php/The_Boy_Scout_Rule) should be applied.
- Not violate [DRY](https://www.oreilly.com/library/view/97-things-every/9780596809515/ch30.html).
- [Boy Scout Rule](https://www.oreilly.com/library/view/97-things-every/9780596809515/ch08.html) should be applied.
2. Tests are of paramount importance.
3. The code must be well documented in the project's standard documentation format (see the ‘Documentation’ section below).

Expand Down

0 comments on commit e0b2136

Please sign in to comment.