File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ about : Something isn't working correctly
4+ title : ' [Bug] '
5+ labels : ' bug'
6+ assignees : ' '
7+ ---
8+
9+ ## Description
10+
11+ A clear description of what the bug is.
12+
13+ ## Steps to Reproduce
14+
15+ 1 . Clone the repo
16+ 2 . Run ` npm install `
17+ 3 . ...
18+
19+ ## Expected Behavior
20+
21+ What should happen.
22+
23+ ## Actual Behavior
24+
25+ What actually happens.
26+
27+ ## Environment
28+
29+ - Node.js version:
30+ - npm version:
31+ - OS:
32+ - Cursor version (if relevant):
Original file line number Diff line number Diff line change 1+ ---
2+ name : Hallucination Pattern Report
3+ about : Report an AI hallucination pattern that should be prevented by a new rule
4+ title : ' [Rule Request] '
5+ labels : ' rule-request'
6+ assignees : ' '
7+ ---
8+
9+ ## The Wrong Code (What AI Generates)
10+
11+ ``` typescript
12+ // Paste the incorrect code that AI models typically generate
13+ ```
14+
15+ ## The Correct Code
16+
17+ ``` typescript
18+ // Paste the correct, production-safe version
19+ ```
20+
21+ ## Why It's Wrong
22+
23+ Explain the security flaw, deprecation, or architectural issue:
24+ - [ ] Security vulnerability
25+ - [ ] Deprecated API/package
26+ - [ ] Performance issue
27+ - [ ] Breaking change (specify framework version)
28+ - [ ] Architectural anti-pattern
29+
30+ ## Models Tested
31+
32+ Which AI models generate this incorrect pattern?
33+ - [ ] Claude (Sonnet/Opus)
34+ - [ ] GPT-4 / GPT-4o
35+ - [ ] Gemini
36+ - [ ] Other: __ _
37+
38+ ## Additional Context
39+
40+ Any relevant links, documentation, or changelog entries that explain why the old pattern is wrong.
You can’t perform that action at this time.
0 commit comments