Skip to content

Commit 0903bd1

Browse files
committed
docs: add CONTRIBUTING.md with coding conventions and review guide
1 parent 6fe696b commit 0903bd1

File tree

4 files changed

+472
-1
lines changed

4 files changed

+472
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
skip = build
3-
ignore-words-list = dout
3+
ignore-words-list = dout,statics
44
write-changes = true

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ body (optional)
165165

166166
### PR and Review Guidelines
167167

168+
**When reviewing PRs, check all changes against the coding conventions and review checklist in [CONTRIBUTING.md](../CONTRIBUTING.md).** That document is the authoritative reference for naming, error handling, weak/strong overrides, include style, ROM functions, memory rules, and code style.
169+
168170
**When creating or reviewing PRs, always check if documentation updates are needed:**
169171

170172
- **Chip/Target Support Changes:**

0 commit comments

Comments
 (0)