Skip to content

3. Submit your code

Iván Ovejero edited this page Jun 10, 2020 · 9 revisions
  1. Check if everything builds in production mode: npm run build
  2. Check your code against the checklist.
  3. Create your own tests How exactly? Pointers?
  4. Run all tests with npm run test
  5. Extend the docs at /docs. You can use docsify to serve them.
  6. Push your branch to our fork: git push origin my-new-integration
  7. Open a pull request against n8n/master. Prefix the title with "[WIP]" and in the description mention you're with MLH and explain your creation or fix. See example.
  8. Sign the Contributor License Agreement.
Clone this wiki locally