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

Commit 37fc5e2

Browse files
committed
docs(contributing): Point to Angular.js' CONTRIBUTING.md for commit guidelines
This will help avoid confusion as to what we expect in commit messages fixes #224
1 parent 13fd5a8 commit 37fc5e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This document describes how to contribute to Batarang
1616
- To run the tests once: `npm test`
1717
- To watch the directory, running tests whenver something is updated: `npm run test:watch`
1818

19+
## Creating a PR
20+
21+
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).
22+
1923
## Packaging a release
2024

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

0 commit comments

Comments
 (0)