Merge pull request #8130 from raisedadead/fix/contribution-guidelines

Update CONTRIBUTING.md with prerequisite versions
This commit is contained in:
Berkeley Martinez
2016-04-15 10:16:46 -07:00

View File

@ -34,8 +34,13 @@ If you've found a bug that is not on the board, [follow these steps](#found-a-bu
## Prerequisites
- [MongoDB](http://www.mongodb.org/downloads)
- [Node.js](http://nodejs.org)
| Prerequisite | Version |
|--------------|---------|
| [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` |
| [Node.js](http://nodejs.org) | `~ ^4` |
| npm | `~ ^2` |
> _Updating to the latest releases is recomended_.
## Getting Started