Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

50 lines (31 loc) · 1.83 KB

Contributing to this Flex/Verify plugin

What are good ways to contribute?

We welcome any kind of contribution including:

  • filing issues
  • adding documentation
  • fixing typos
  • fixing bugs

If you'd like to add functionality, please first raise an issue describing the problem you're trying to solve.

Pull requests that only reword sentences might not be merged.

If this is your first time contributing to an open-source project, check out the TwilioQuest tutorial that will teach you how to contribute to a project.

Requirements

Setting up your local environment

  1. Fork this repository
  2. Clone the repository:
git clone [email protected]:YOUR_GITHUB_USERNAME/plugin-verify.git
  1. Install dependencies:
cd plugin-verify
npm install

Creating a pull request

Please open a pull request on the plugin-verify repository from your fork and fill out the pull request template.

Code of Conduct

We want to make sure that this project is as welcoming to people as possible. By interacting with the project in any shape or form you are agreeing to the project's Code of Conduct. If you see someone violate the code of conduct, please raise a complaint to [email protected].

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.