mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Update issue template for Bug reports (#9162)
This commit is contained in:
19
.github/ISSUE_TEMPLATE/id_editor_bug.yaml
vendored
19
.github/ISSUE_TEMPLATE/id_editor_bug.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user