66
77<!-- Check the type that best describes your contribution -->
88
9- - [ ] Quick fix (typo, broken link, small wording change)
10- - [ ] Standard contribution (new content, examples, or improvements)
11- - [ ] Substantial contribution (new feature docs, major restructuring, tutorials)
9+ - [ ] Quick change (typo, broken link, small wording change)
10+ - [ ] Standard change (new content, examples, or improvements)
11+ - [ ] Substantial change (new feature docs, major restructuring, tutorials)
1212
1313## Related issue
1414
1515<!-- Link to related issue(s) if applicable -->
1616
17- Closes #
18- Related to #
17+ Closes # Related to #
1918
2019## Changes made
2120
2221<!-- List the specific changes you made -->
2322
24- -
25- -
26- -
23+ -
24+ -
25+ -
2726
2827## Testing performed
2928
@@ -47,7 +46,7 @@ Related to #
4746- [ ] I have signed the [ Contributor License Agreement] ( https://cla-assistant.io/doc-detective/doc-detective.github.io )
4847- [ ] My changes follow the [ contribution guidelines] ( /docs/contributing/ )
4948- [ ] I have used the appropriate [ content template] ( /docs/contributing/templates/ ) (if applicable)
50- - [ ] All new files use ` .mdx ` extension
49+ - [ ] All new content files use ` .mdx ` extension
5150- [ ] Front matter is included on all new pages
5251- [ ] Links use absolute paths (e.g., ` /docs/page ` not ` ../page ` )
5352- [ ] Code examples are complete and tested
@@ -61,6 +60,7 @@ Related to #
6160---
6261
6362** For reviewers:**
63+
6464- See [ Review Process] ( /docs/contributing/review-process ) for guidelines
6565- Focus on technical accuracy and user value
6666- Don't block on minor style issues—automation handles those
0 commit comments