Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from azuqua/kevin/develop
Browse files Browse the repository at this point in the history
Enhanced documentation, added request timeouts GenServer side
  • Loading branch information
kevinwilson541 committed Mar 29, 2017
2 parents 2e17d22 + d84ef5a commit e7a6cf9
Show file tree
Hide file tree
Showing 22 changed files with 1,351 additions and 101 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

# Forth Eorlingas!

## Pull Requests

For most PR's (read: additive feature requests), please submit against the `develop` branch;
this is to ensure that we may quickly merge the changes in and allow the community to critique/modify
the proposed changes from a common source.

## Code Format

Follow the same coding format seen in the source code; the one hard requirement is that code indentation
**must** be two hard spaces (no soft tabs), this is to ensure that diff views of code submission remains legible.

## Tests

There is an exhaustive unit test suite under `/test`, which can be run using both `mocha test` or `grunt test`.

PR's that provide additional functionality should also provide corresponding unit test cases.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var path = require("path"),

module.exports = function (grunt) {
var files = [
"index.js",
"lib/chash.js",
"lib/cluster_node.js",
"lib/conn.js",
Expand Down

0 comments on commit e7a6cf9

Please sign in to comment.