From 4dcd55d300acf2e11a0243e72768f12e4289d4c4 Mon Sep 17 00:00:00 2001 From: Archi Date: Thu, 12 Aug 2021 17:06:55 +0200 Subject: [PATCH] Add docker platforms to bug report template --- .github/ISSUE_TEMPLATE/Bug-report.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug-report.yml b/.github/ISSUE_TEMPLATE/Bug-report.yml index 3c13396e5..73be6b140 100644 --- a/.github/ISSUE_TEMPLATE/Bug-report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-report.yml @@ -38,6 +38,9 @@ body: label: ASF variant description: If you're using a different variant, ensure that your bug report is reproducible on one of the below. options: + - docker-linux/amd64 + - docker-linux/arm/v7 + - docker-linux/arm64 - generic (with latest .NET runtime) - generic-netf (with latest Mono runtime) - linux-arm