Files
alibaba--mnn/.github/pull_request_template.md
2026-07-13 13:33:03 +08:00

26 lines
470 B
Markdown

## Description
<!-- Brief description of the changes -->
## Module
<!-- Which module does this PR affect? e.g. LLM, CPU, Metal, CUDA, OpenCL, Core, Infra -->
## Type
- [ ] Feature
- [ ] Bugfix
- [ ] Perf
- [ ] Refact
- [ ] Style
- [ ] Doc
- [ ] Test
- [ ] Chore
## Checklist
- [ ] Commit message follows `[Module:Type] Description` format
- [ ] Code compiles without errors
- [ ] Tested on relevant platform(s)
- [ ] No unrelated format or style changes included