You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Report errors, unexpected behavior, or issues in the project
4
+
title: 'Bug Report: [Short Description of Bug]'
5
5
labels: bug
6
6
assignees: ''
7
7
---
@@ -10,11 +10,58 @@ assignees: ''
10
10
11
11
## Description
12
12
13
-
Please describe your bug as detailed as possible.
13
+
Provide a clear and concise description of the bug. Include any relevant information such as error messages, unexpected behavior, or what you were trying to achieve when the bug occurred.
14
14
15
-
### Steps to reproduce
15
+
### Steps to Reproduce
16
16
17
-
1.
18
-
2.
17
+
Please provide a step-by-step list of actions to reproduce the bug:
19
18
20
-
### Screenshots
19
+
1. Item
20
+
2. Item
21
+
3. Item
22
+
4. Item
23
+
24
+
### Expected Behavior
25
+
26
+
Describe what you expected to happen.
27
+
28
+
### Actual Behavior
29
+
30
+
Describe what actually happened.
31
+
32
+
### Environment
33
+
34
+
-**OS**: [e.g., Windows, macOS, Linux]
35
+
-**Browser**: [if applicable, include browser name and version]
36
+
-**Jamf Pro Version**: [if applicable]
37
+
-**Jamf Pro SDK Version**: [if applicable]
38
+
-**Other dependencies**: [e.g., specific libraries, versions, etc.]
39
+
40
+
### Additional Context
41
+
42
+
Add any other context about the problem here. Include logs, error messages, or links to related issues if available.
43
+
44
+
### Possible Solution
45
+
46
+
If you have an idea of what might be causing the issue, suggest a fix or workaround here.
47
+
48
+
### Screenshots or Videos
49
+
50
+
If applicable, add screenshots or videos to help explain your problem.
51
+
52
+
### Logs & Console Output
53
+
54
+
Please include any relevant logs, stack traces, or console output. You can attach files or paste the log content here.
55
+
56
+
### Related Issues
57
+
58
+
If this bug is related to other issues, please link them here.
59
+
60
+
### Priority
61
+
62
+
How critical is this issue? Choose one of the following:
63
+
64
+
- Low (Minor issue, can wait)
65
+
- Medium (Needs to be fixed but not urgent)
66
+
- High (Causes significant problems, needs prompt attention)
67
+
- Critical (Breaks major functionality or causes data loss)
about: Suggest an idea or improvement for this project
4
+
title: 'Feature Request: [Short Description of Feature]'
5
5
labels: feature
6
6
assignees: ''
7
7
---
@@ -10,4 +10,32 @@ assignees: ''
10
10
11
11
## Description
12
12
13
-
Please describe your request.
13
+
Provide a clear and concise description of the feature or improvement you are requesting. Explain why this feature is important and how it would benefit users.
14
+
15
+
### Proposed Solution
16
+
17
+
Describe how you think the feature should work. Include any details that might help in understanding the implementation.
18
+
19
+
### Use Case
20
+
21
+
Explain the use case(s) for this feature. Why do you need it? How will it be used?
22
+
23
+
### Alternatives Considered
24
+
25
+
If applicable, list any alternative solutions or features you have considered. Explain why these alternatives are not sufficient.
26
+
27
+
### Additional Context
28
+
29
+
Add any other context, screenshots, or details that would help understand your request better.
30
+
31
+
### Priority
32
+
33
+
How important is this feature to you? Choose one of the following:
34
+
35
+
- Low (Nice to have, but not critical)
36
+
- Medium (Important but not urgent)
37
+
- High (Urgent, needs to be prioritized)
38
+
39
+
### Related Issues
40
+
41
+
If this feature request is related to other issues or feature requests, please link them here.
0 commit comments