Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 913 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 913 Bytes

Contributing to ng-drag-drop

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Use conventional change log style messages if you can. See the samples here.

TypeScript Style Guide

  • TSLint is used
  • Make sure you have no pending code convention errors in your pull request. See the quality of your pull request on Codacy Dashboard