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 fa8ff23 commit 0bb5b12Copy full SHA for 0bb5b12
CLAUDE.md
@@ -23,6 +23,16 @@ make test
23
go test ./...
24
```
25
26
+## Development Workflow with GitHub
27
+
28
+1. Create a new branch for [feature/bug-name] from main branch.
29
+2. Coding the feature/bug.
30
+3. Add or fix tests.
31
+4. Check the code quality with testing, linting and formatting.
32
+5. Create a pull request.
33
+6. Review the pull request and fix the comments.
34
+7. Merge the pull request.
35
36
## Architecture
37
38
The project follows a simple flat structure with all Go files in the top-level directory:
0 commit comments