You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ This document describes how to contribute to Batarang
16
16
- To run the tests once: `npm test`
17
17
- To watch the directory, running tests whenver something is updated: `npm run test:watch`
18
18
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
+
19
23
## Packaging a release
20
24
21
25
I (@btford) will do this periodically, but I'm adding these instructions here
0 commit comments