We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b861767 commit 7d02d23Copy full SHA for 7d02d23
CLAUDE.md
@@ -59,13 +59,6 @@ Only pause to ask for confirmation when:
59
60
## Critical Patterns
61
62
-### Working on GitHub Issues (ALWAYS FOLLOW)
63
-
64
-1. **Create a branch** for each issue: `git checkout -b feat/short-description-ISSUENUMBER`
65
-2. **Read the issue** using GitHub CLI: `gh issue view ISSUENUMBER`
66
-3. **Understand requirements** before making any changes
67
-4. **Never assume** what an issue is about - always read it first
68
69
### Database Changes (ALWAYS FOLLOW)
70
71
1. Modify `coderd/database/queries/*.sql` files
0 commit comments