Skip to content

Commit dbd266d

Browse files
authored
Issues templates (#55)
1 parent f790f61 commit dbd266d

3 files changed

Lines changed: 87 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: "🐛 [BUG] "
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## Description
10+
11+
A clear and concise description of what the bug is.
12+
13+
## Steps to Reproduce
14+
15+
1.
16+
2.
17+
3.
18+
19+
## Expected Behavior
20+
21+
What you expected to happen.
22+
23+
## Actual Behavior
24+
25+
What actually happened.
26+
27+
## Environment
28+
29+
- OS: [e.g., Linux, macOS, Windows]
30+
- Python version: [e.g., 3.13.0]
31+
- Neptune MCP version: [e.g., 0.1.2]
32+
- MCP client: [e.g., Cursor, Claude Desktop]
33+
- Installation method: [ ] curl command (`curl -LsSf https://neptune.dev/install.sh | bash`) [ ] Python 3.13+ with uv (local development)
34+
35+
## MCP Configuration
36+
37+
```json
38+
{
39+
"mcpServers": {
40+
"neptune": {
41+
// your config here
42+
}
43+
}
44+
}
45+
```
46+
47+
## Logs/Error Messages
48+
49+
```
50+
Paste any relevant logs or error messages here
51+
```
52+
53+
## Additional Context
54+
55+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Documentation
4+
url: https://neptune.dev
5+
about: Check the documentation for answers to common questions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: "✨ [FEATURE] "
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
## Problem Statement
10+
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
## Proposed Solution
14+
15+
A clear and concise description of what you want to happen.
16+
17+
## Alternatives Considered
18+
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
## Use Case
22+
23+
Describe the specific use case or scenario where this feature would be helpful.
24+
25+
## Additional Context
26+
27+
Add any other context, examples, or mockups about the feature request here.

0 commit comments

Comments
 (0)