content/telegraf/v1/contribute.md
There are many ways to contribute to InfluxData open source products. Whether you want to report a bug, write a plugin, or answer support questions, the following sections will guide you through the process.
{{% note %}} Do not open general support requests as GitHub issues. Support-related questions should be directed to the InfluxDB Community Slack or InfluxData Community forum. {{% /note %}}
Feature requests help to prioritize work. To submit a feature request:
Post support questions to InfluxDB Community Slack or InfluxData Community forum.
Open a new issue to discuss the changes you would like to make. This is not strictly required, but it may help reduce the amount of rework you need to do later.
Make changes or write plugins using the following plugin guidelines:
Include unit tests and documentation for your change.
Open a new pull request. The pull request title needs to follow the conventional commit format.
{{% note %}} If you have a pull request with only one commit, the commit message must follow the conventional commit format, otherwise the Semantic Pull Request check will fail. For single-commit pull requests, GitHub uses the commit message as the default pull request title. {{% /note %}}
Input, output, and processor plugins written for Telegraf can be run as externally-compiled plugins through the execd input, execd output, and execd processor plugins without having to change the plugin code.
For more information, see:
execd shim to compile your plugin as a separate app and run it
with the respective execd plugin.execd.InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our open source projects, please responsibly disclose it by contacting [email protected]. For more information about reporting security vulnerabilities, including our GPG key, see How to report security vulnerabilities.