- Clarifies language, reflects latest impl - Removes unncessary hurdles and maintenance
37 lines
983 B
YAML
37 lines
983 B
YAML
name: Bug Report
|
|
about: File a bug report
|
|
title: "[BUG]: "
|
|
body:
|
|
- type: dropdown
|
|
id: build_type
|
|
attributes:
|
|
label: "Build type | $ dfi <platform/${USER}:tag> build"
|
|
options:
|
|
- default
|
|
- slim
|
|
- tiny
|
|
- micro
|
|
- type: textarea
|
|
id: version_output
|
|
attributes:
|
|
label: "Version | $ dfi <platform/${USER}:tag> version"
|
|
placeholder: "$ dfi archlinux/${USER}:default version type=short"
|
|
render: shell
|
|
validations:
|
|
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
|
|
id: description
|
|
attributes:
|
|
label: "Description of bug"
|
|
placeholder: "What commands did you use? What's your expected output or experience?"
|
|
validations:
|
|
required: true
|