Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

46 lines (33 loc) · 2.06 KB

Contributing to @twilio-labs/plugin-serverless

About the Project

This plugin is a wrapper around other existing tools. When planning to submit a fix please consider submitting the fix to the respective project. When in doubt, create an issue and we are happy to point you into the right direction.

Requirements

Make sure you have Node.js 8.10 or newer installed

Setup

  1. Clone project and install dependencies_
git clone https://github.com/twilio-labs/plugin-serverless.git
cd plugin-serverless
npm install
  1. Install the Twilio CLI
  2. Locally link your plugin
twilio plugins:link <path_to_your_project>

Contributing

  1. Perform changes
  2. Test changes manually using twilio serverless
  3. Make sure tests pass by running npm test
  4. Submit a PR

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Code of Conduct

Please be aware that this project has a Code of Conduct. The tldr; is to just be excellent to each other ❤️

Licensing

All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.