pr and issue templates + typecheck ci python #138

Merged
zach merged 9 commits from 135-issue-pr-templates into main 2026-07-10 18:19:23 +02:00
Showing only changes of commit 4cb30647a9 - Show all commits
+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