Is there a branch naming convention for creating a new node?

I am creating a new node for a widely used accounting system. Is there a git branch naming convention to be followed?

1 Like

Hey @Gowthaman_Prabhu, that’s awesome! The branch names in your GitHub repository are fully up to you.

However, if you plan on publishing your node, you would want to have your package name start with n8n-nodes- like in the documentation.

@MutedJam Can I create a node in node-base without publishing n8n-nodes-module?

Can I just add new node to nodes-base by following these instructions:
https://docs.n8n.io/integrations/creating-nodes/code/create-first-node/