mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
51 lines
3.1 KiB
Markdown
51 lines
3.1 KiB
Markdown
# How can I contribute?
|
||
|
||
There are a couple of ways in which you can contribute to n8n, each of them very valuable to us. Here are a few of them sorted from the easiest and fastest to the harder and more time-consuming ones.
|
||
[[toc]]
|
||
|
||
## Share some love 💙
|
||
|
||
- Give n8n a star on [GitHub](https://github.com/n8n-io/n8n) and [Docker Hub](https://hub.docker.com/r/n8nio/n8n).
|
||
- Follow us on [Twitter](https://twitter.com/n8n_io) and [LinkedIn](https://www.linkedin.com/company/28491094).
|
||
- Upvote n8n on [AlternativeTo](https://alternativeto.net/software/n8n-io/) and [Alternative.me](https://alternative.me/n8n-io).
|
||
- Add n8n to your stack on [Stackshare](https://stackshare.io/n8n).
|
||
|
||
|
||
## Share your story 💌
|
||
|
||
n8n users come from a wide range of backgrounds, experience levels, and interests. We have been looking to highlight different users and their projects in our [blog posts](https://medium.com/n8n-io/tagged/interview). If you’re working with n8n and would like to inspire the community, email Tanay at tanay@n8n.io to tell your story 💌
|
||
|
||
|
||
## Help out the community 🤝
|
||
|
||
You can participate in the [forum](https://community.n8n.io/) and help the community members out with their questions.
|
||
|
||
|
||
## Contribute a workflow 🧬
|
||
|
||
You can publish workflows on [n8n.io](https://n8n.io/workflows) to help other users to get started.
|
||
|
||
|
||
## Contribute to the docs 📚
|
||
|
||
You can contribute to the documentation. The repository for the docs exists [here](https://github.com/n8n-io/n8n-docs). You can find guidelines for the contributions to the docs [here](https://github.com/n8n-io/n8n-docs/blob/master/CONTRIBUTING.md).
|
||
|
||
|
||
## Write a blogpost ✍️
|
||
|
||
We have the following process for guest contributions to our [Medium publication](https://medium.com/n8n-io):
|
||
1. Guest authors submit a pitch regarding the use-case and the workflow they want to write about in the form of an outline. Email Tanay at tanay@n8n.io to get started.
|
||
2. If the use-case and workflow seem interesting for our audience, we'll give you a green light to submit the piece.
|
||
3. After you submit the piece, one of our team members would start a first edit (we usually do this in Google docs), where they'll try running through the article to check if everything is clear and easy to follow.
|
||
4. Once all the questions or comments are resolved, we'll do a final review before publishing the article on our Medium publication.
|
||
|
||
Depending on the length of the article and the changes that might be required, there would be a bit of a back and forth and the whole process might take somewhere between a couple of days to a week or two.
|
||
|
||
|
||
## Contribute to n8n 🔨
|
||
|
||
- You can fix [issues](https://github.com/n8n-io/n8n/issues) reported on GitHub. The [CONTRIBUTING guide](https://github.com/n8n-io/n8n/blob/master/CONTRIBUTING.md) will help you get your development environment ready in minutes.
|
||
- You can add additional functionality to an existing third party integration.
|
||
- You can create an integration for a third party service. You can find more information about creating a node [here](../nodes/creating-nodes/create-node.md).
|
||
- You can also add a new feature to n8n.
|