From 0904178cbe2ca5f79352b1b36e9f7a8dc235fdd0 Mon Sep 17 00:00:00 2001 From: Nickolas Gupton Date: Fri, 15 Jul 2022 10:45:06 -0400 Subject: [PATCH] Update issue template for Bug reports (#9162) --- .github/ISSUE_TEMPLATE/id_editor_bug.yaml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/id_editor_bug.yaml b/.github/ISSUE_TEMPLATE/id_editor_bug.yaml index 29a0e5185..3704c3882 100644 --- a/.github/ISSUE_TEMPLATE/id_editor_bug.yaml +++ b/.github/ISSUE_TEMPLATE/id_editor_bug.yaml @@ -34,8 +34,8 @@ body: - type: dropdown id: environment-variant attributes: - label: Which iD Editor versions do you see the issue on? - description: Please test your issue on the development version as well (if possible) so make sure it is not fixed already. + label: Which deployed environments do you see the issue in? + description: "If possible, please test this issue in the development version (here: https://ideditor.netlify.app) as well, to make sure it is not already fixed." multiple: true options: - Released version at openstreetmap.org/edit @@ -43,15 +43,26 @@ body: - RapiD version at mapwith.ai/rapid validations: required: false + - type: input + id: version + attributes: + label: What version numbers does this issue effect? + description: This can be found in the bottom right corner, next to the 'Help translate' button. + placeholder: "For example: 2.20.3, 2.21.0, etc." + validations: + required: false - type: dropdown id: browsers attributes: label: Which browsers are you seeing this problem on? multiple: true options: - - Firefox - Chrome - - Safari + - Firefox - Microsoft Edge + - Opera + - Safari + - Vivaldi + - Other (please specify) validations: required: false