Files
ftp-server/CONTRIBUTING.md
Tyler Stewart e5820688c4 feat: remove pasv url resolution (#153)
* fix: correctly try additional ports on EADDRINUSE

* feat: remove passive url host resoltion

See: https://github.com/trs/ftp-srv/issues/139

* feat: require pasv url to be specified

* fix(pasv): check for set pasv url

* chore: update scripts

* fix(cli): remove undefined values

* chore: add cli to eslint verify

* chore: run eslint

* chore: update scripts

* feat: add maximum number of retries to port selection

* chore: simplify eslint config

* chore: simplify dev dependencies

* chore: generate contributors

* chore: update readme contributors

* chore: add verify step to release

BREAKING CHANGE: remove ipify.org automatic resolution of ip
2019-02-21 18:50:16 +00:00

853 B

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