|
1 | | -name: "🐞 Bug Report" |
2 | | -description: "Create a report to help us improve. Clearly attach screenshots or video to help reproduce the issue quickly. Include a sample file if the problem involves image formats." |
| 1 | +name: 🐞 Bug Report |
| 2 | +description: Create a report to help us improve. Clearly attach screenshots or video to help reproduce the issue quickly. Include a sample file if the problem involves image formats. |
3 | 3 | labels: ['\U0001F41E bug'] |
4 | 4 | body: |
5 | | - - type: markdown |
6 | | - attributes: |
7 | | - value: | |
8 | | - ❗ **Before you fill in this bug report template** |
9 | | - Please search open/closed issues and discussions before submitting. The bug might be already known and fixed before. |
| 5 | +- type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ❗ **Before you fill in this bug report template** |
| 9 | + Please search open/closed issues and discussions before submitting. The bug might be already known and fixed before. |
10 | 10 |
|
11 | | - - type: input |
12 | | - id: os-version |
13 | | - attributes: |
14 | | - label: Windows OS version |
15 | | - placeholder: e.g. Windows 11 24H2 |
16 | | - validations: |
17 | | - required: true |
18 | 11 | - type: input |
19 | | - id: ig-version |
20 | | - attributes: |
21 | | - label: ImageGlass version |
22 | | - placeholder: e.g. 9.3.1.518 |
23 | | - description: | |
24 | | - - ✅ Do provide full version number found in ImageGlass About dialog (press F1) |
25 | | - - ❌ Don't use "latest" |
26 | | - validations: |
27 | | - required: true |
| 12 | + id: os-version |
| 13 | + attributes: |
| 14 | + label: Windows OS version |
| 15 | + placeholder: e.g. Windows 11 24H2 |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + |
| 19 | +- type: input |
| 20 | + id: ig-version |
| 21 | + attributes: |
| 22 | + label: ImageGlass version |
| 23 | + placeholder: e.g. 9.3.1.518 |
| 24 | + description: | |
| 25 | + - ✅ Do provide full version number found in ImageGlass About dialog (press F1) |
| 26 | + - ❌ Don't use "latest" |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
28 | 30 | - type: dropdown |
29 | | - id: ig-release |
30 | | - attributes: |
31 | | - label: ImageGlass release |
32 | | - options: ["Classic", "Release"] |
33 | | - placeholder: e.g. Classic or Store |
34 | | - description: Use "Store" if you installed ImageGlass from MS Store. |
35 | | - validations: |
36 | | - required: true |
| 31 | + id: ig-release |
| 32 | + attributes: |
| 33 | + label: ImageGlass release |
| 34 | + options: ["Classic", "Release"] |
| 35 | + placeholder: e.g. Classic or Store |
| 36 | + description: Use "Store" if you installed ImageGlass from MS Store. |
| 37 | + validations: |
| 38 | + required: true |
37 | 39 |
|
38 | 40 | - type: textarea |
39 | | - id: reproduction-steps |
40 | | - attributes: |
41 | | - label: 1️⃣ Steps to reproduce |
42 | | - placeholder: | |
43 | | - 1. Go to... |
44 | | - 2. Click on... |
45 | | - 3. Scroll down to... |
46 | | - 4. See error when... |
47 | | - validations: |
48 | | - required: true |
49 | | - |
50 | | - - type: textarea |
51 | | - id: actual-behavior |
52 | | - attributes: |
53 | | - label: 2️⃣ Actual behavior |
54 | | - description: Use list bullets to make it clear and concise. |
55 | | - validations: |
56 | | - required: true |
| 41 | + id: reproduction-steps |
| 42 | + attributes: |
| 43 | + label: 1️⃣ Steps to reproduce |
| 44 | + placeholder: | |
| 45 | + 1. Go to... |
| 46 | + 2. Click on... |
| 47 | + 3. Scroll down to... |
| 48 | + 4. See error when... |
| 49 | + validations: |
| 50 | + required: true |
57 | 51 |
|
58 | 52 | - type: textarea |
59 | | - id: expected-behavior |
60 | | - attributes: |
61 | | - label: 3️⃣ Expected behavior |
62 | | - description: A clear and concise description of what you expected to happen. |
63 | | - validations: |
64 | | - required: true |
| 53 | + id: actual-behavior |
| 54 | + attributes: |
| 55 | + label: 2️⃣ Actual behavior |
| 56 | + description: Use list bullets to make it clear and concise. |
| 57 | + validations: |
| 58 | + required: true |
65 | 59 |
|
66 | 60 | - type: textarea |
67 | | - id: media |
68 | | - attributes: |
69 | | - label: 4️⃣ Screenshots / Video / Sample image file |
70 | | - description: | |
71 | | - - ✅ Do attach SCREENSHOTS, VIDEO to help explain your problem quickly. |
72 | | - - ✅ Do attach a SAMPLE FILE if the problem involves image formats. |
73 | | - validations: |
74 | | - required: true |
| 61 | + id: expected-behavior |
| 62 | + attributes: |
| 63 | + label: 3️⃣ Expected behavior |
| 64 | + description: A clear and concise description of what you expected to happen. |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | +- type: textarea |
| 69 | + id: media |
| 70 | + attributes: |
| 71 | + label: 4️⃣ Screenshots / Video / Sample image file |
| 72 | + description: | |
| 73 | + - ✅ Do attach SCREENSHOTS, VIDEO to help explain your problem quickly. |
| 74 | + - ✅ Do attach a SAMPLE FILE if the problem involves image formats. |
| 75 | + validations: |
| 76 | + required: true |
75 | 77 |
|
76 | | - - type: textarea |
77 | | - id: additional-context |
78 | | - attributes: |
79 | | - label: 5️⃣ Additional context |
80 | | - description: Add any other context about the problem here. |
| 78 | +- type: textarea |
| 79 | + id: additional-context |
| 80 | + attributes: |
| 81 | + label: 5️⃣ Additional context |
| 82 | + description: Add any other context about the problem here. |
0 commit comments