diff --git a/bots/bugbuster/bugbuster.png b/bots/bugbuster/bugbuster.png new file mode 100644 index 00000000000..dd7585bbf02 Binary files /dev/null and b/bots/bugbuster/bugbuster.png differ diff --git a/bots/bugbuster/readme.md b/bots/bugbuster/readme.md new file mode 100644 index 00000000000..063ee3ff91d --- /dev/null +++ b/bots/bugbuster/readme.md @@ -0,0 +1,20 @@ +# Bugbuster + +A simple bot built on top of the Botpress [SDK](https://botpress.com/docs/integrations/sdk/overview) that lints Linear issues and synchronizes them with GitHub issues. + + + +## Linear + +Once connected to your Linear workspace, the bot comments on newly created or updated issues when linting errors are detected, and automatically resolves those comments once the linting errors are fixed. + +The following linting rules are applied (among others): + +- An issue must have a title, description, priority, and estimate +- An issue must be linked to a project or have a goal tag +- If an issue is in the _Blocked_ state, it must have either a blocking reason tag or a blocking issue +- If an issue is in the _In Progress_ state, it must have an assignee + +## GitHub + +Once connected to your GitHub repository, the bot detects new issues and automatically creates a corresponding Linear issue in the Triage state, including all relevant information.