-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathbug_report.yaml
More file actions
83 lines (82 loc) · 2.72 KB
/
Copy pathbug_report.yaml
File metadata and controls
83 lines (82 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: Bug Report
description: Report a bug you've found
title: "[Bug]: "
labels: "bug"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: version
attributes:
label: What version of the icon editor are you using?
options:
- The one the came with LabVIEW
- Latest release from GitHub
- Built from source
validations:
required: true
- type: textarea
attributes:
label: LabVIEW Version
description: What LabVIEW version(s) have reported this issue?
placeholder: e.g. LabVIEW 2021 SP1
validations:
required: true
- type: textarea
attributes:
label: OS
description: What operating system are you using?
placeholder:
validations:
required: true
- type: textarea
attributes:
label: Description / Summary
description: A brief explanation of the bug and why it is problematic. Highlight the impact or severity if applicable.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: A clear, step-by-step description of how someone else can trigger the bug. Number the steps and keep them precise and minimal.
placeholder:
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: What you anticipated would happen if the software was functioning correctly. Helps distinguish the intended result from the bug.
placeholder:
validations:
required: true
- type: textarea
attributes:
label: Actual Behavior
description: The actual outcome you observed, including error messages or undesired results. Highlight differences between the actual and expected behavior.
placeholder:
validations:
required: true
- type: textarea
attributes:
label: Screenshots / Logs / Error Messages (if applicable)
description: Attach or paste screenshots, console logs, stack traces, or relevant error messages. This can be crucial for quickly identifying patterns or anomalies.
placeholder:
validations:
required: false
- type: textarea
attributes:
label: Possible Solution / Notes (optional, if you have ideas)
description: If you’ve done any initial debugging or have a hypothesis about the cause, include it. Be clear that this is your best guess, not a definitive answer.
placeholder:
validations:
required: false
- type: textarea
attributes:
label: Additional Context (optional)
description: Anything else relevant to the issue - Links to related issues, workarounds you’ve tried, changes you recently made that might have introduced the bug, etc.
placeholder:
validations:
required: false