Skip to content

Commit d24c87d

Browse files
--amend
docs: update bug, issues, roadmap templates
1 parent c0c7cb8 commit d24c87d

File tree

3 files changed

+60
-28
lines changed

3 files changed

+60
-28
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,45 @@ assignees: alexander-zuev
77

88
---
99

10-
> **⚠️ IMPORTANT NOTE: ⚠️**
11-
> Reports such as:
12-
> - "Something is not working" without clear explanations
13-
> - Vague descriptions of an issue without necessary context or steps to reproduce
14-
> - Missing essential information (logs, environment details)
15-
> - Issues explicitly covered in the README
16-
>
17-
> will be immediately closed without investigation. Please provide complete information as outlined below.
18-
19-
**Describe the bug**
20-
A clear and concise description of what the bug is.
10+
## ⚠️ IMPORTANT NOTE
11+
The following types of reports will be closed immediately without investigation:
12+
- Vague reports like "Something is not working" without clear explanations
13+
- Issues missing reproduction steps or necessary context
14+
- Reports without essential information (logs, environment details)
15+
- Issues already covered in the README
16+
17+
Please provide complete information as outlined below.
2118

22-
**Steps to Reproduce**
19+
## Describe the bug
20+
A clear and concise description of what the bug is.
2321

22+
## Steps to Reproduce
2423
1.
2524
2.
2625
3.
2726

28-
**Connection Details**
29-
<!-- How are you connecting to Supabase? -->
30-
- Connection type: <!-- Local or Remote -->
31-
- Using password with special characters? <!-- Yes/No -->
32-
27+
## Connection Details
28+
- Connection type: (Local or Remote)
29+
- Using password with special characters? (Yes/No)
3330

34-
**Screenshots**
31+
## Screenshots
3532
If applicable, add screenshots to help explain your problem.
3633

37-
** Logs**
38-
<!--
34+
## Logs
3935
HIGHLY USEFUL: Attach server logs from:
4036
- macOS/Linux: ~/.local/share/supabase-mcp/mcp_server.log
4137
- Windows: %USERPROFILE%\.local\share\supabase-mcp\mcp_server.log
4238

4339
You can get the last 50 lines with:
40+
```
4441
tail -n 50 ~/.local/share/supabase-mcp/mcp_server.log
45-
-->
42+
```
4643

47-
**Additional context**
44+
## Additional context
4845
Add any other context about the problem here.
4946

50-
**Checklist**
51-
<!-- Please check all that apply -->
47+
## Checklist
48+
Mark completed items with an [x]:
5249
- [ ] I've included the server logs
5350
- [ ] I've checked the README troubleshooting section
5451
- [ ] I've verified my connection settings are correct

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
10+
## Is your feature request related to a problem?
1111
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1212

13-
**Describe the solution you'd like**
13+
## Describe the solution you'd like
1414
A clear and concise description of what you want to happen.
1515

16-
**Describe alternatives you've considered**
16+
## Describe alternatives you've considered
1717
A clear and concise description of any alternative solutions or features you've considered.
1818

19-
**Additional context**
19+
## Additional context
2020
Add any other context or screenshots about the feature request here.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Roadmap Item
3+
about: A new feature or enhancement for the Supabase MCP roadmap [RESERVED FOR MAINTAINERS]
4+
title: "[target version] Brief description of the feature"
5+
labels: roadmap
6+
assignees: alexander-zuev
7+
8+
---
9+
10+
## Feature Description
11+
A clear and concise description of the proposed feature or enhancement.
12+
13+
## Motivation
14+
Why should this feature be added? What problems does it solve?
15+
16+
## Expected Impact
17+
- **Users**: How will this benefit users?
18+
- **Development**: How does this improve the codebase or development process?
19+
- **Ecosystem**: How does this enhance the Supabase ecosystem?
20+
21+
## Implementation Ideas
22+
Any initial thoughts on how this could be implemented.
23+
24+
## Timeline
25+
- Estimated start: (e.g., Q2 2023)
26+
- Estimated completion: (e.g., Q3 2023)
27+
28+
## Dependencies
29+
List any dependencies or prerequisites for this feature.
30+
31+
## Success Metrics
32+
How will we measure the success of this feature?
33+
34+
## Additional context
35+
Add any other context, mockups, or references about the roadmap item here.

0 commit comments

Comments
 (0)