@@ -7,48 +7,45 @@ assignees: alexander-zuev
7
7
8
8
---
9
9
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.
21
18
22
- ** Steps to Reproduce**
19
+ ## Describe the bug
20
+ A clear and concise description of what the bug is.
23
21
22
+ ## Steps to Reproduce
24
23
1 .
25
24
2 .
26
25
3 .
27
26
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)
33
30
34
- ** Screenshots**
31
+ ## Screenshots
35
32
If applicable, add screenshots to help explain your problem.
36
33
37
- ** Logs**
38
- <!--
34
+ ## Logs
39
35
HIGHLY USEFUL: Attach server logs from:
40
36
- macOS/Linux: ~ /.local/share/supabase-mcp/mcp_server.log
41
37
- Windows: %USERPROFILE%\. local\share\supabase-mcp\mcp_server.log
42
38
43
39
You can get the last 50 lines with:
40
+ ```
44
41
tail -n 50 ~/.local/share/supabase-mcp/mcp_server.log
45
- -->
42
+ ```
46
43
47
- ** Additional context**
44
+ ## Additional context
48
45
Add any other context about the problem here.
49
46
50
- ** Checklist**
51
- <!-- Please check all that apply -->
47
+ ## Checklist
48
+ Mark completed items with an [ x ] :
52
49
- [ ] I've included the server logs
53
50
- [ ] I've checked the README troubleshooting section
54
51
- [ ] I've verified my connection settings are correct
0 commit comments