Skip to content

Latest commit

History

History
25 lines (18 loc) 路 853 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) 路 853 Bytes

ftp-srv

Contributing Guide

Welcome

  • Thank you for your eagerness to contribute, pull requests are encouraged!

Guidelines

  • Any new fixes are features should include new or updated tests.
  • Commits follow the AngularJS Git Commit Message Conventions, please review and commit accordingly
  • Submit your pull requests to the master branch, these will normally be merged into a separate branch for any finally changes before being merged into master.
  • Submit any bugs or requests to the issues page in Github.

Setup

  • Clone the repository git clone
  • Install dependencies npm install