Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1 KB

Contributing to ngbp

Getting Started

To get started, follow the Detailed Installation guide from the main project README.

Style

All pull requests must follow a few simple guidelines:

  • One logical feature per commit. When you submit a pull request, it should not include more than one commit. If it does, please squash them first.
  • Avoid unnecessary changes. A PR should only contain the necessary changes for the particular feature/bug/documentation/... that it is meant for.
  • Commit messages (and therefore PR titles) must follow the format type(component): short message and be absolutely no longer than 100 characters in length. 80 characters or less is preferable.

This style is very similar to those for AngularJS, so check out their contributing guide.

Notes

  • Please keep package.json package list in alphabetical order. Using npm install --save-dev automatically does this.