Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Add note regarding dependencies.
  • Loading branch information
jremes-foss authored Jan 20, 2020
1 parent 72edcbc commit 7e1fac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ As [Laravel](https://laravel.com/) project, BeeCTF is following [MVC](https://ww

### Code Style
BeeCTF follows [PSR-1](https://www.php-fig.org/psr/psr-1/) code standard, and [PSR-4](https://www.php-fig.org/psr/psr-4/) autoloading standard. All code in BeeCTF must follow these standards. Before submitting your patch, please make sure these standards are being fulfilled.

### Dependencies
Since the idea is to create as light-weight application as possible, adding excessive dependencies (especially [npm](https://www.npmjs.com/) dependencies) should be avoided.

0 comments on commit 7e1fac4

Please sign in to comment.