forked from n8n-io/n8n
-
Notifications
You must be signed in to change notification settings - Fork 1
3. Submit your code
Iván Ovejero edited this page Jun 10, 2020
·
9 revisions
- Check if everything builds in production mode:
npm run build
- Check your code against the checklist.
- Create your own tests How exactly? Pointers?
- Run all tests with
npm run test
- Extend the docs at
/docs
. You can use docsify to serve them. - Push your branch to our fork:
git push origin my-new-integration
- 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. - Sign the Contributor License Agreement.