Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.14 KB

Contributing to Holisticon AngularCommon

We'd love for you to contribute to our source code and to make this package even better than it is today! Here are the guidelines we'd like you to follow:

Found an Issue?

If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our [GitHub Repository][github]. Even better you can submit a Pull Request with a fix.

Want a Feature?

You can request a new feature by submitting an issue to our [GitHub Repository][github].

Coding Rules

To ensure consistency throughout the source code, keep these rules in mind as you are working:

  • All features or bug fixes must be tested by one or more [specs][unit-testing].
  • All public API methods must be documented with jsdoc.

Git Commit Guidelines

We're using Angular Commit Guidelines