Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
docs(contributing): Point to Angular.js' CONTRIBUTING.md for commit g…
Browse files Browse the repository at this point in the history
…uidelines

This will help avoid confusion as to what we expect in commit messages

fixes #224
  • Loading branch information
SomeKittens committed Oct 13, 2015
1 parent 13fd5a8 commit 37fc5e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This document describes how to contribute to Batarang
- To run the tests once: `npm test`
- To watch the directory, running tests whenver something is updated: `npm run test:watch`

## Creating a PR

Please follow the code & commit guidelines found in [Angular core's CONTRIBUTING.md](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#submitting-a-pull-request).

## Packaging a release

I (@btford) will do this periodically, but I'm adding these instructions here
Expand Down

0 comments on commit 37fc5e2

Please sign in to comment.