|
1 | | ---- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | -title: '' |
5 | | -labels: '' |
6 | | -assignees: '' |
| 1 | +name: Bug Report |
| 2 | +description: Report a bug to help improve the project |
| 3 | +title: "" |
| 4 | +labels: |
| 5 | +assignees: [] |
7 | 6 |
|
8 | | ---- |
| 7 | +body: |
| 8 | + - type: checkboxes |
| 9 | + id: preflight |
| 10 | + attributes: |
| 11 | + label: Preflight Check (Required) |
| 12 | + description: | |
| 13 | + Important note regarding scale-related issues. Adding or fixing scale support often requires device-specific reverse engineering and access to the hardware. |
| 14 | + Contributions are very welcome. If you want to add or improve scale support, please read: |
| 15 | + https://github.com/oliexdev/openScale/wiki/How-to-support-a-new-scale |
9 | 16 |
|
10 | | -**Describe the bug** |
11 | | -A clear and concise description of what the bug is. |
| 17 | + Requests for new scale support without attempts to investigate or contribute may be closed. |
| 18 | + options: |
| 19 | + - label: I tested the latest dev version |
| 20 | + https://github.com/oliexdev/openScale/releases/tag/dev-build |
| 21 | + required: true |
| 22 | + - label: The issue still occurs in the dev version |
| 23 | + required: true |
| 24 | + - label: I searched the existing open and closed issues |
| 25 | + required: true |
| 26 | + - label: This issue has not already been reported or fixed |
| 27 | + required: true |
12 | 28 |
|
13 | | -**To Reproduce** |
14 | | -Steps to reproduce the behavior: |
15 | | -1. Go to '...' |
16 | | -2. Click on '....' |
17 | | -3. Scroll down to '....' |
18 | | -4. See error |
| 29 | + - type: textarea |
| 30 | + id: description |
| 31 | + attributes: |
| 32 | + label: Bug Description |
| 33 | + description: What happened? |
| 34 | + placeholder: Describe the issue clearly and concisely. |
| 35 | + validations: |
| 36 | + required: true |
19 | 37 |
|
20 | | -Reproduced with [latest dev version](https://github.com/oliexdev/openScale/releases/tag/dev-build): ??? |
| 38 | + - type: textarea |
| 39 | + id: steps |
| 40 | + attributes: |
| 41 | + label: Steps to Reproduce |
| 42 | + description: Step-by-step instructions to reproduce the issue. |
| 43 | + placeholder: | |
| 44 | + 1. … |
| 45 | + 2. … |
| 46 | + 3. … |
| 47 | + 4. Bug occurs |
| 48 | + validations: |
| 49 | + required: true |
21 | 50 |
|
22 | | -**Expected behavior** |
23 | | -A clear and concise description of what you expected to happen. |
| 51 | + - type: textarea |
| 52 | + id: debug_log |
| 53 | + attributes: |
| 54 | + label: Debug Log (Required) |
| 55 | + description: | |
| 56 | + A debug log is required to investigate this issue. |
24 | 57 |
|
25 | | -**Additional context** |
26 | | -Add any other context about the problem here. |
| 58 | + How to record the log: |
| 59 | + 1. Go to Settings → General → Enable File logging |
| 60 | + 2. Reproduce the issue |
| 61 | + 3. Click the "Export log file" button |
| 62 | + 4. Paste the exported log below |
27 | 63 |
|
28 | | -**Debug log** |
29 | | -Attach a debug log (see Settings -> About -> Save debug log to file) that is captured while reproducing the issue. |
| 64 | + placeholder: Paste the debug log here. |
| 65 | + render: shell |
| 66 | + validations: |
| 67 | + required: true |
0 commit comments