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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
2
name: Bug report
3
-
about: Create a report to help us improve
3
+
about: Report bugs to help us improve the Octopus MCP Server
4
4
title: ''
5
5
labels: bug
6
6
assignees: ''
7
7
8
8
---
9
9
10
+
If you are a current Octopus customer, please report any issues you experience using our MCP server to our [support team](mailto:support@octopus.com). This will ensure you get a timely response within our standard support guarantees.
11
+
10
12
**Describe the bug**
11
13
A clear and concise description of what the bug is.
12
14
@@ -19,15 +21,16 @@ A clear and concise description of what the bug is.
19
21
A clear and concise description of what you expected to happen.
20
22
21
23
**Logs and other supporting information**
22
-
Add the output of your client and the Octopus MCP server log file (configurable with `--log-file <path>` argument)
24
+
Add the full chat transcript from your client if available. Also include the Octopus MCP Server log file if necessary (configurable with `--log-file <path>` argument).
23
25
24
26
**Screenshots**
25
27
If applicable, add screenshots to help explain your problem.
26
28
27
29
**Environment and versions:**
28
30
- MCP Client: [e.g. `Cursor v. 123`, `VS Code`, etc.]
31
+
- Model & Version: [e.g. `Claude Sonnet 4`, `GPT-4.1`]
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
name: Feature request
3
3
about: Suggest an idea for this project
4
4
title: ''
5
-
labels: ''
5
+
labels: enhancement
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
**Is your feature request related to a problem? Please describe.**
11
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10
+
**Is your feature request related to a problem or a specific use case? Please describe.**
11
+
A clear and concise description of what the problem you are trying to solve for is. Ex. I'm always frustrated when [...], or I'd love to be able to [...] so that [...].
12
12
13
13
**Describe the solution you'd like**
14
14
A clear and concise description of what you want to happen.
@@ -20,4 +20,4 @@ A sample prompt that you would use specific to the problem you want to solve.
20
20
A clear and concise description of any alternative solutions or features you've considered.
21
21
22
22
**Additional context**
23
-
Add any other context or screenshots about the feature request here.
23
+
Add any other context or screenshots about the feature request here.
0 commit comments