mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-11 09:12:32 -05:00
- available-enrichers.mdx: add 17 missing enrichers, drop phantom entries - managing-enrichers.mdx: fix stale Troubleshooting referencing EnricherRegistry.register() - managing-types.mdx: note 8 registered-but-uncategorized types - bump all frontmatter to version 1.2.8 / 2026-05-15
19 lines
768 B
Plaintext
19 lines
768 B
Plaintext
---
|
|
title: "Getting started"
|
|
description: "This guide explains how you can contribute to Flowsint."
|
|
category: "Developers"
|
|
order: 7
|
|
author: "Flowsint Team"
|
|
tags: ["tutorial", "developers", "getting-started"]
|
|
version: "1.2.8"
|
|
last_updated_at: "2026-05-15"
|
|
---
|
|
|
|
## Contributing
|
|
|
|
Your contribution to Flowsint is highly encouraged !
|
|
|
|
You can create your own [Types](/docs/developers/managing-types), [Tools](/docs/developers/managing-tools), [Enrichers](/docs/developers/managing-enrichers) and Flows, and sharing them by proposing [pull requests](https://github.com/reconurge/flowsint/pulls).
|
|
|
|
Before diving in, you may also want to understand the [Graph format](/docs/developers/graph-format) to learn how nodes and edges are structured in the frontend visualization.
|