Contribute to Demisto SDK - Demisto SDK Guide - Cortex - Security Operations

Demisto SDK Guide

Creation date
2023-08-01
Last date published
2024-10-28
Category
Demisto SDK Guide

Contributions to the Demisto SDK are welcome. There are multiple ways to contribute:

  • Create new commands

  • Improve existing implementation

  • Fix bugs

  • Improve documentation

Prerequisites

Before contributing to the Demisto SDK, verify you have the following:

  • An active GitHub account

  • A fork of the demisto-sdk repository

  • The forked repository cloned on your local machine or a GitHub Codespace

  • Python 3 and poetry installed

  • Docker installed

How to Contribute

Before you contributing, you need a local development environment or a GitHub Codespace. Once you have an environment, the development process includes adding or modifying code, adding unit tests, and documenting the changes. After your changes are complete, you can open a pull request to push the changes into the next release of the Demisto SDK.