* 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
853 B
853 B
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
masterbranch, these will normally be merged into a separate branch for any finally changes before being merged intomaster. - Submit any bugs or requests to the issues page in Github.
Setup
- Clone the repository
git clone - Install dependencies
npm install