hotfix(bugreport): adding optional input field; which init system?
C++ / fmt (pull_request) Successful in 4s
JS/TS / fmt (pull_request) Successful in 14s
JS/TS / lint (pull_request) Successful in 15s
Python / lint (pull_request) Successful in 32s
Python / fmt (pull_request) Successful in 35s
Python / test (pull_request) Successful in 1m8s
Python / typecheck (pull_request) Failing after 1m10s
C++ / build (pull_request) Successful in 1m41s
Rust / build (pull_request) Successful in 1m44s
Rust / fmt (pull_request) Successful in 1m5s
Python / buildcheck (pull_request) Successful in 2m39s
Rust / clippy (pull_request) Successful in 2m3s
C++ / clang-tidy (pull_request) Successful in 3m42s

This commit is contained in:
2026-07-10 12:07:27 +02:00
parent b3820ce1e0
commit 4cb30647a9
+93 -85
View File
@@ -2,99 +2,107 @@ name: Bug Report
about: Something broke about: Something broke
title: "bug: " title: "bug: "
labels: labels:
- bug - bug
body: body:
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: What happened label: What happened
placeholder: Describe the bug placeholder: Describe the bug
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:
label: What should happen label: What should happen
placeholder: Expected behavior placeholder: Expected behavior
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
placeholder: | placeholder: |
1. 1.
2. 2.
3. 3.
render: shell render: shell
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: os id: os
attributes: attributes:
label: OS label: OS
options: options:
- NixOS - NixOS
- Arch - Arch
- Debian / Ubuntu - Debian / Ubuntu
- Fedora - Fedora
- Alpine - Alpine
- Artix - Artix
- Gentoo - Gentoo
- Other - Other
validations: validations:
required: false required: false
- type: input - type: input
id: other-os id: other-os
attributes: attributes:
label: Other OS (if "Other" above) label: Other OS (if "Other" above)
placeholder: e.g. Void, Gentoo, FreeBSD placeholder: e.g. Void, Gentoo, FreeBSD
validations: validations:
required: false required: false
- type: dropdown - type: dropdown
id: init id: init
attributes: attributes:
label: Init system label: Init system
description: Relevant for UWSM configuration description: Relevant for UWSM configuration
options: options:
- systemd - systemd
- non-systemd (openrc / runit / s6 / ...) - non-systemd (openrc / runit / s6 / ...)
validations: validations:
required: false required: false
- type: input - type: input
id: qt-version id: other-init
attributes: attributes:
label: Qt version label: Other init system (if "non-systemd" above)
placeholder: 6.7 placeholder: e.g. openrc, runit, s6, dinit
validations: validations:
required: false required: false
- type: input - type: input
id: commit id: qt-version
attributes: attributes:
label: Branch / commit label: Qt version
placeholder: main / abc1234 placeholder: 6.11.1
validations: validations:
required: false required: false
- type: textarea - type: input
id: logs id: commit
attributes: attributes:
label: Logs / backtrace / screenshots label: Branch / commit
render: shell placeholder: main / abc1234
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: workaround id: logs
attributes: attributes:
label: Found a workaround? label: Logs / backtrace / screenshots
validations: render: shell
required: false validations:
required: false
- type: textarea
id: workaround
attributes:
label: Found a workaround?
validations:
required: false