mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
name: 🐛 Bug Report
|
|
description: File a bug report
|
|
title: "[🐛 Bug ]: "
|
|
labels: [bug]
|
|
body:
|
|
- type: input
|
|
id: operating-system
|
|
attributes:
|
|
label: Operating System
|
|
description: Which host operating system do you use?
|
|
placeholder: e.g. OSX Yosemite / Ubuntu 20.04 / Windows 10 etc
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: docker-image
|
|
attributes:
|
|
label: Docker Image
|
|
description: Which docker image do you use?
|
|
placeholder: e.g. budtmo/docker-android:emulator_10.0_v2.0 / budtmo/docker-android:genymotion_v2.0 etc
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behaviour
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: |
|
|
What behaviour that you expected?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual-behaviour
|
|
attributes:
|
|
label: Actual behaviour
|
|
description: |
|
|
What is the actual behaviour?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: |
|
|
Please provide logs here
|
|
validations:
|
|
required: false
|