repo: gitea: template: update bug template
- Clarifies language, reflects latest impl - Removes unncessary hurdles and maintenance
This commit is contained in:
@@ -5,35 +5,28 @@ body:
|
|||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: build_type
|
id: build_type
|
||||||
attributes:
|
attributes:
|
||||||
label: "Build type (`docker-finance build`)"
|
label: "Build type | $ dfi <platform/${USER}:tag> build"
|
||||||
options:
|
options:
|
||||||
- default
|
- default
|
||||||
- slim
|
- slim
|
||||||
- tiny
|
- tiny
|
||||||
- micro
|
- 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
|
- type: textarea
|
||||||
id: version_output
|
id: version_output
|
||||||
attributes:
|
attributes:
|
||||||
label: "Output of client (host) `version` command"
|
label: "Version | $ dfi <platform/${USER}:tag> version"
|
||||||
placeholder: "$ docker-finance version type=all"
|
placeholder: "$ dfi archlinux/${USER}:default version type=short"
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: version_hash
|
||||||
|
attributes:
|
||||||
|
label: "If the above `version` command is not working, what repo commit hash?"
|
||||||
|
placeholder: "$ git log --pretty=oneline -n 1"
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user