|
| 1 | +name: Bug report |
| 2 | +description: Report a reproducible Pearipherals problem without exposing private device data |
| 3 | +title: "[Bug]: " |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for helping improve Pearipherals. Search existing issues first and describe only behavior you can reproduce. |
| 9 | +
|
| 10 | + **Privacy:** remove usernames, device identifiers, Bluetooth addresses, serial numbers, full local paths, registry exports, credentials and other sensitive information. Do not attach raw HID traces; collecting or sharing them requires explicit maintainer coordination. Do not upload a complete configuration, error log, crash dump or registry export. |
| 11 | +
|
| 12 | + Suspected security vulnerabilities belong in a private GitHub Security Advisory, not this form. |
| 13 | +
|
| 14 | + - type: input |
| 15 | + id: pearipherals-version |
| 16 | + attributes: |
| 17 | + label: Pearipherals version |
| 18 | + description: Use the About/version information, release name or source commit. State whether the EXE is an unsigned prerelease. |
| 19 | + placeholder: "1.2.0 unsigned prerelease" |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: input |
| 24 | + id: windows-version |
| 25 | + attributes: |
| 26 | + label: Windows version |
| 27 | + description: Include Windows 10/11, release and OS build; do not include a username or device name. |
| 28 | + placeholder: "Windows 11 24H2, OS build 26100.x" |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: input |
| 33 | + id: device-model-revision |
| 34 | + attributes: |
| 35 | + label: Apple device model and revision |
| 36 | + description: Identify the product family and visible revision only. Do not include serial numbers, device identifiers or Bluetooth addresses. |
| 37 | + placeholder: "Magic Trackpad 2, model A1535" |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: dropdown |
| 42 | + id: connection |
| 43 | + attributes: |
| 44 | + label: Connection or display data path |
| 45 | + description: Select the path relevant to the failure. |
| 46 | + options: |
| 47 | + - Bluetooth |
| 48 | + - USB data |
| 49 | + - USB-C to DisplayPort video-only |
| 50 | + - Other or unknown |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: input |
| 55 | + id: driver-version |
| 56 | + attributes: |
| 57 | + label: Driver and version |
| 58 | + description: For trackpad reports, include the mac-precision-touchpad/AmtPtpHidFilter version. Otherwise enter "Not applicable". |
| 59 | + placeholder: "mac-precision-touchpad version or Not applicable" |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + |
| 63 | + - type: textarea |
| 64 | + id: reproduction-steps |
| 65 | + attributes: |
| 66 | + label: Reproduction steps |
| 67 | + description: Give the smallest repeatable sequence. Avoid repetitive hardware stress testing. |
| 68 | + placeholder: | |
| 69 | + 1. Start Pearipherals... |
| 70 | + 2. Select... |
| 71 | + 3. Observe... |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + |
| 75 | + - type: textarea |
| 76 | + id: expected-behavior |
| 77 | + attributes: |
| 78 | + label: Expected behavior |
| 79 | + description: What should have happened? |
| 80 | + validations: |
| 81 | + required: true |
| 82 | + |
| 83 | + - type: textarea |
| 84 | + id: actual-behavior |
| 85 | + attributes: |
| 86 | + label: Actual behavior |
| 87 | + description: What happened instead? Include exact redacted error text only when useful. |
| 88 | + validations: |
| 89 | + required: true |
| 90 | + |
| 91 | + - type: dropdown |
| 92 | + id: sleep-wake |
| 93 | + attributes: |
| 94 | + label: Sleep/wake or reconnect relevance |
| 95 | + options: |
| 96 | + - Not involved |
| 97 | + - Happens after Windows sleep/wake |
| 98 | + - Happens after the Apple device sleeps/wakes |
| 99 | + - Happens after Bluetooth reconnect |
| 100 | + - Happens after reboot or sign-in |
| 101 | + - Unknown |
| 102 | + validations: |
| 103 | + required: true |
| 104 | + |
| 105 | + - type: dropdown |
| 106 | + id: regression-status |
| 107 | + attributes: |
| 108 | + label: Regression status |
| 109 | + description: State whether the same setup worked in an earlier Pearipherals version. |
| 110 | + options: |
| 111 | + - New regression from an earlier working version |
| 112 | + - Never worked on this setup |
| 113 | + - Intermittent or unknown |
| 114 | + validations: |
| 115 | + required: true |
| 116 | + |
| 117 | + - type: textarea |
| 118 | + id: redacted-context |
| 119 | + attributes: |
| 120 | + label: Additional redacted context |
| 121 | + description: Optional. Paste only the smallest relevant, privacy-reviewed excerpt. Do not attach raw HID traces, complete logs/configuration, full local paths or registry exports. |
| 122 | + |
| 123 | + - type: checkboxes |
| 124 | + id: privacy-confirmation |
| 125 | + attributes: |
| 126 | + label: Privacy and safety confirmation |
| 127 | + options: |
| 128 | + - label: I removed usernames, device identifiers, Bluetooth addresses, serial numbers, full local paths, registry exports and credentials. |
| 129 | + required: true |
| 130 | + - label: I did not attach raw HID traces, complete logs/configuration or crash dumps; those require explicit maintainer coordination. |
| 131 | + required: true |
| 132 | + - label: I did not disable or recommend disabling Windows security protections to reproduce this report. |
| 133 | + required: true |
0 commit comments