Skip to content

Commit

Permalink
remove commit formatting requirements - resolves #226
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Sep 18, 2014
1 parent 87ffdce commit b7944b3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,6 @@ $ npm run cover

The test coverage report will be available in `coverage/`.

## Commit Guidelines

Please model your commit message after the following structure:

```
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
```

- All lines must be limited to 72 characters
- For `<scope>`, you may use:
- `common` for a change impacting the entire library
- `datastore`
- `pubsub`
- `storage`
- etc.

For a thorough explanation, see this [Git Commit Message Conventions doc][commitdoc].

## Contributor License Agreements

Before we can accept your pull requests you'll need to sign a Contributor License Agreement (CLA):
Expand Down

0 comments on commit b7944b3

Please sign in to comment.