|
1 | | -name: Bug Report |
2 | | -description: Report a reproducible issue in SchedPlus |
3 | | -labels: [bug] |
4 | | -body: |
5 | | - - type: markdown |
6 | | - attributes: |
7 | | - value: | |
8 | | - Thank you for helping improve SchedPlus! |
9 | | - Please provide as much detail as possible so we can reproduce the issue. |
10 | | -
|
11 | | - - type: input |
12 | | - id: version |
13 | | - attributes: |
14 | | - label: SchedPlus Version |
15 | | - placeholder: e.g., 0.1.0, 0.2.0-dev |
16 | | - |
17 | | - - type: input |
18 | | - id: os |
19 | | - attributes: |
20 | | - label: Operating System |
21 | | - placeholder: e.g., Windows 11, Ubuntu 22.04 |
22 | | - |
23 | | - - type: textarea |
24 | | - id: steps |
25 | | - attributes: |
26 | | - label: Steps to Reproduce |
27 | | - description: List each step clearly. |
28 | | - placeholder: | |
29 | | - 1. Open SchedPlus |
30 | | - 2. Add a new task |
31 | | - 3. Save the schedule |
32 | | - 4. Reopen the app and load tasks |
33 | | - 5. Error occurs |
34 | | -
|
35 | | - - type: textarea |
36 | | - id: expected |
37 | | - attributes: |
38 | | - label: Expected Behavior |
39 | | - placeholder: Describe what you expected to happen. |
40 | | - |
41 | | - - type: textarea |
42 | | - id: actual |
43 | | - attributes: |
44 | | - label: Actual Behavior |
45 | | - placeholder: Describe what actually happened. |
46 | | - |
47 | | - - type: textarea |
48 | | - id: logs |
49 | | - attributes: |
50 | | - label: Logs / Screenshots (optional) |
51 | | - description: Attach anything helpful. |
| 1 | +name: Bug Report |
| 2 | +description: Report a reproducible issue in SchedPlus |
| 3 | +labels: [bug] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thank you for helping improve SchedPlus! |
| 9 | + Please provide as much detail as possible so we can reproduce the issue. |
| 10 | +
|
| 11 | + - type: input |
| 12 | + id: version |
| 13 | + attributes: |
| 14 | + label: SchedPlus Version |
| 15 | + placeholder: e.g., 0.1.0, 0.2.0-dev |
| 16 | + |
| 17 | + - type: input |
| 18 | + id: os |
| 19 | + attributes: |
| 20 | + label: Operating System |
| 21 | + placeholder: e.g., Windows 11, Ubuntu 22.04 |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: steps |
| 25 | + attributes: |
| 26 | + label: Steps to Reproduce |
| 27 | + description: List each step clearly. |
| 28 | + placeholder: | |
| 29 | + 1. Open SchedPlus |
| 30 | + 2. Add a new task |
| 31 | + 3. Save the schedule |
| 32 | + 4. Reopen the app and load tasks |
| 33 | + 5. Error occurs |
| 34 | +
|
| 35 | + - type: textarea |
| 36 | + id: expected |
| 37 | + attributes: |
| 38 | + label: Expected Behavior |
| 39 | + placeholder: Describe what you expected to happen. |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + id: actual |
| 43 | + attributes: |
| 44 | + label: Actual Behavior |
| 45 | + placeholder: Describe what actually happened. |
| 46 | + |
| 47 | + - type: textarea |
| 48 | + id: logs |
| 49 | + attributes: |
| 50 | + label: Logs / Screenshots (optional) |
| 51 | + description: Attach anything helpful. |
0 commit comments