Skip to content

Commit 1d7227c

Browse files
authored
Update issue templates (#16)
1 parent f922b5b commit 1d7227c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Report bugs to help us improve the Octopus MCP Server
44
title: ''
55
labels: bug
66
assignees: ''
77

88
---
99

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+
1012
**Describe the bug**
1113
A clear and concise description of what the bug is.
1214

@@ -19,15 +21,16 @@ A clear and concise description of what the bug is.
1921
A clear and concise description of what you expected to happen.
2022

2123
**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).
2325

2426
**Screenshots**
2527
If applicable, add screenshots to help explain your problem.
2628

2729
**Environment and versions:**
2830
- MCP Client: [e.g. `Cursor v. 123`, `VS Code`, etc.]
31+
- Model & Version: [e.g. `Claude Sonnet 4`, `GPT-4.1`]
2932
- Octopus Server Version: [e.g. `2019.6.1`]
3033
- Octopus MCP Server Version: [e.g. `1.0.0`]
3134

3235
**Additional context**
33-
Add any other context about the problem here.
36+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: enhancement
66
assignees: ''
77

88
---
99

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 [...].
1212

1313
**Describe the solution you'd like**
1414
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.
2020
A clear and concise description of any alternative solutions or features you've considered.
2121

2222
**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

Comments
 (0)