Skip to content

Commit 9ffb0e7

Browse files
authored
[Doc:Doc] Add development workflow guidelines (#4642)
Discussed-in: Merge-Request 28636477 , URL: https://code.alibaba-inc.com/AliNN/AliNNPrivate/codereview/28636477 GitOrigin-RevId: 98c97dc87771fcce8ce1dc4f56a18ede69f8dd6d
1 parent c75f783 commit 9ffb0e7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ cd build
8383

8484
Test suite includes: unit tests (`run_test.out`), model tests, conversion tests (ONNX/TF/TFLite/Torch), quantization tests, LLM tests, PyMNN tests. See `test.sh`, `test_stages.json`, and `test/` directory for details.
8585

86-
## Commit Message
86+
## Development Workflow
8787

88-
One-line English summary with a `[Module:Type]` prefix. Module: `LLM`, `CPU`, `Metal`, `CUDA`, `OpenCL`, `Vulkan`, `Core`, `Infra`, `Doc`, etc. Type: `Feature`, `Bugfix`, `Perf`, `Refact`, `Style`, `Doc`, `Test`, `Chore`, `Release`.
89-
90-
Example: `[LLM:Feature] Add streaming support`
88+
- **Branch**: Use `feature/<short-description>`, for example `feature/llm-streaming`.
89+
- **Commit**: Use a concise, one-line English message: `[Module:Type] Summary`, for example `[LLM:Feature] Add streaming support`.
90+
- Modules: `LLM`, `CPU`, `Metal`, `CUDA`, `OpenCL`, `Vulkan`, `Core`, `Infra`, `Doc`, etc.
91+
- Types: `Feature`, `Bugfix`, `Perf`, `Refact`, `Style`, `Doc`, `Test`, `Chore`, `Release`.
9192

9293
## Skills
9394

0 commit comments

Comments
 (0)