repo: add build type to Gitea issue template
This commit is contained in:
@@ -2,10 +2,19 @@ name: Bug Report
|
|||||||
about: File a bug report
|
about: File a bug report
|
||||||
title: "[BUG]: "
|
title: "[BUG]: "
|
||||||
body:
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
id: build_type
|
||||||
|
attributes:
|
||||||
|
label: "Build type (`docker-finance build`)"
|
||||||
|
options:
|
||||||
|
- default
|
||||||
|
- slim
|
||||||
|
- tiny
|
||||||
|
- micro
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: "Version or master (branch)"
|
label: "Release version or master (branch)"
|
||||||
options:
|
options:
|
||||||
- master (branch)
|
- master (branch)
|
||||||
- v1.0.0-beta
|
- v1.0.0-beta
|
||||||
|
|||||||
Reference in New Issue
Block a user