---
to: "src/entity-extensions.json"
---
{
  "entityTypeExtensions": [
    {
      "entityType": "Issue",
      "properties": {
        "customNote": {
          "type": "string",
          "description": "Custom note for demo purposes"
        }
      }
    }
  ]
}
