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
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:
@@ -2,99 +2,107 @@ name: Bug Report
|
||||
about: Something broke
|
||||
title: "bug: "
|
||||
labels:
|
||||
- bug
|
||||
- bug
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What happened
|
||||
placeholder: Describe the bug
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What happened
|
||||
placeholder: Describe the bug
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: What should happen
|
||||
placeholder: Expected behavior
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: What should happen
|
||||
placeholder: Expected behavior
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
placeholder: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
placeholder: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
options:
|
||||
- NixOS
|
||||
- Arch
|
||||
- Debian / Ubuntu
|
||||
- Fedora
|
||||
- Alpine
|
||||
- Artix
|
||||
- Gentoo
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
options:
|
||||
- NixOS
|
||||
- Arch
|
||||
- Debian / Ubuntu
|
||||
- Fedora
|
||||
- Alpine
|
||||
- Artix
|
||||
- Gentoo
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: other-os
|
||||
attributes:
|
||||
label: Other OS (if "Other" above)
|
||||
placeholder: e.g. Void, Gentoo, FreeBSD
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: other-os
|
||||
attributes:
|
||||
label: Other OS (if "Other" above)
|
||||
placeholder: e.g. Void, Gentoo, FreeBSD
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
id: init
|
||||
attributes:
|
||||
label: Init system
|
||||
description: Relevant for UWSM configuration
|
||||
options:
|
||||
- systemd
|
||||
- non-systemd (openrc / runit / s6 / ...)
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: init
|
||||
attributes:
|
||||
label: Init system
|
||||
description: Relevant for UWSM configuration
|
||||
options:
|
||||
- systemd
|
||||
- non-systemd (openrc / runit / s6 / ...)
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: qt-version
|
||||
attributes:
|
||||
label: Qt version
|
||||
placeholder: 6.7
|
||||
validations:
|
||||
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
|
||||
id: commit
|
||||
attributes:
|
||||
label: Branch / commit
|
||||
placeholder: main / abc1234
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: qt-version
|
||||
attributes:
|
||||
label: Qt version
|
||||
placeholder: 6.11.1
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs / backtrace / screenshots
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: commit
|
||||
attributes:
|
||||
label: Branch / commit
|
||||
placeholder: main / abc1234
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: workaround
|
||||
attributes:
|
||||
label: Found a workaround?
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs / backtrace / screenshots
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: workaround
|
||||
attributes:
|
||||
label: Found a workaround?
|
||||
validations:
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user