Skip to content

Commit 0bb5b12

Browse files
committed
docs: add development workflow guidelines to CLAUDE.md
1 parent fa8ff23 commit 0bb5b12

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ make test
2323
go test ./...
2424
```
2525

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+
2636
## Architecture
2737

2838
The project follows a simple flat structure with all Go files in the top-level directory:

0 commit comments

Comments
 (0)