Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 716 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 716 Bytes

Build Status

cooperator

membership management module

Contributing

Install Node.js.

Fork cooperator to your Github.

Clone your fork:

git clone git@github.com:your_username/cooperator.git

Install required node modules:

npm install

Create a branch to house your feature work:

git checkout -b some_branch

Do work & write tests.

Verify that all tests pass:

npm test

Push to your remote feature branch:

git push origin some_branch

When your feature is ready for review & merging, submit a pull request to marisposa/cooperator.