Submitting a new node to n8n?

We a creating a node for Opencell, a monetization platform.

Until recently, the docs included a node review checklist to use in order to be able to properly submit a pull request on GitHub (https://docs.n8n.io/integrations/creating-nodes/code/review-checklist/).

We noticed recently that this page has been removed from the docs, in favor of documentation on building community nodes.

Is it still possible to open a pull request (with a “WIP” status) in order to contribute directly to n8n ?

Thank you

Hey @paulglx,

You can still open a PR but new nodes take a while to review and we have a fairly large backlog of them to get through (I think we have only done 3 new community nodes this year so far) so if you wanted the node to be available sooner the new community nodes is the best option.

1 Like

Thank you for your answer @Jon.
Is there a way to access the former review checklist ?

1 Like

Hey @paulglx,

You can find the old checklist here: Node review checklist - n8n Documentation

The preferred method now is to use the nodelinter which automates a lot of this.

1 Like