forked from EvergreenCrypto/docker-finance
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
name: Bug Report
|
|
about: File a bug report
|
|
title: "[BUG]: "
|
|
body:
|
|
- type: dropdown
|
|
id: build_type
|
|
attributes:
|
|
label: "Build type (`docker-finance build`)"
|
|
options:
|
|
- default
|
|
- slim
|
|
- tiny
|
|
- micro
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: "Release version or master (branch)"
|
|
options:
|
|
- master (branch)
|
|
- v1.0.0-beta
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: version_hash
|
|
attributes:
|
|
label: "If running master (branch), what commit hash?"
|
|
placeholder: "$ git log --pretty=oneline -n 1"
|
|
render: shell
|
|
- type: textarea
|
|
id: version_output
|
|
attributes:
|
|
label: "Output of client (host) `version` command"
|
|
placeholder: "$ docker-finance version type=all"
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Description of bug"
|
|
placeholder: "What commands did you use? What's your expected output or experience?"
|
|
validations:
|
|
required: true
|