|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Briefly describe the changes in this pull request --> |
| 4 | + |
| 5 | +## Type of contribution |
| 6 | + |
| 7 | +<!-- Check the type that best describes your contribution --> |
| 8 | + |
| 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) |
| 12 | + |
| 13 | +## Related issue |
| 14 | + |
| 15 | +<!-- Link to related issue(s) if applicable --> |
| 16 | + |
| 17 | +Closes # Related to # |
| 18 | + |
| 19 | +## Changes made |
| 20 | + |
| 21 | +<!-- List the specific changes you made --> |
| 22 | + |
| 23 | +- |
| 24 | +- |
| 25 | +- |
| 26 | + |
| 27 | +## Testing performed |
| 28 | + |
| 29 | +<!-- Describe how you tested your changes --> |
| 30 | + |
| 31 | +- [ ] Previewed changes locally (`npm run start`) |
| 32 | +- [ ] Tested all code examples |
| 33 | +- [ ] Verified all links work |
| 34 | +- [ ] Ran build successfully (`npm run build`) |
| 35 | +- [ ] Ran style checks with Vale (if applicable) |
| 36 | +- [ ] Added/updated Doc Detective tests (if applicable) |
| 37 | + |
| 38 | +## Screenshots (if applicable) |
| 39 | + |
| 40 | +<!-- Add screenshots to show visual changes --> |
| 41 | + |
| 42 | +## Checklist |
| 43 | + |
| 44 | +<!-- Mark items as complete with [x] --> |
| 45 | + |
| 46 | +- [ ] I have signed the [Contributor License Agreement](https://cla-assistant.io/doc-detective/doc-detective.github.io) |
| 47 | +- [ ] My changes follow the [contribution guidelines](/docs/contributing/) |
| 48 | +- [ ] I have used the appropriate [content template](/docs/contributing/templates/) (if applicable) |
| 49 | +- [ ] All new content files use `.mdx` extension |
| 50 | +- [ ] Front matter is included on all new pages |
| 51 | +- [ ] Links use absolute paths (e.g., `/docs/page` not `../page`) |
| 52 | +- [ ] Code examples are complete and tested |
| 53 | +- [ ] I have spell-checked my changes |
| 54 | +- [ ] I have reviewed my own changes for errors |
| 55 | + |
| 56 | +## Additional notes |
| 57 | + |
| 58 | +<!-- Any additional information reviewers should know --> |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +**For reviewers:** |
| 63 | + |
| 64 | +- See [Review Process](/docs/contributing/review-process) for guidelines |
| 65 | +- Focus on technical accuracy and user value |
| 66 | +- Don't block on minor style issues—automation handles those |
0 commit comments