name: Announcement
description: Submit an announcement
labels: [Announcement]
body:
  - type: textarea
    attributes:
      label: Breaking changes
      placeholder: Short description of the upcoming change
    validations:
      required: true
  - type: textarea
    attributes:
      label: Target date
      placeholder: Date of changes propagation start
    validations:
      required: true
  - type: textarea
    attributes:
      label: The motivation for the changes
      placeholder: Description of main reasons for this change
    validations:
      required: true
  - type: textarea
    attributes:
      label: Possible impact
      placeholder: Description of who might be impacted by this change
    validations:
      required: true
  - type: checkboxes
    attributes:
      label: Platforms affected
      options:
        - label: Azure DevOps
        - label: GitHub Actions
  - type: checkboxes
    attributes:
      label: Runner images affected
      options:
        - label: Ubuntu 22.04
        - label: Ubuntu 22.04 Arm64
        - label: Ubuntu 24.04
        - label: Ubuntu 24.04 Arm64
        - label: Ubuntu 26.04
        - label: Ubuntu 26.04 Arm64
        - label: Ubuntu Slim
        - label: macOS 14
        - label: macOS 14 Arm64
        - label: macOS 15
        - label: macOS 15 Arm64
        - label: macOS 26
        - label: macOS 26 Arm64
        - label: Windows Server 2022
        - label: Windows Server 2025
        - label: Windows Server 2025 with Visual Studio 2026
        - label: Windows Desktop 11
        - label: Windows Desktop 11 with Visual Studio 2026
  - type: textarea
    attributes:
      label: Mitigation ways
      description: Steps or options for impact mitigation
    validations:
      required: true