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
+9 -1
View File
@@ -68,11 +68,19 @@ body:
validations: validations:
required: false required: false
- type: input
id: other-init
attributes:
label: Other init system (if "non-systemd" above)
placeholder: e.g. openrc, runit, s6, dinit
validations:
required: false
- type: input - type: input
id: qt-version id: qt-version
attributes: attributes:
label: Qt version label: Qt version
placeholder: 6.7 placeholder: 6.11.1
validations: validations:
required: false required: false