diff --git a/.github/PULL_REQUEST_TEMPLATE/templates.md b/.github/PULL_REQUEST_TEMPLATE/templates.md new file mode 100644 index 0000000..01d6038 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/templates.md @@ -0,0 +1,54 @@ +## Summary + + + +## Template Type + +- [ ] PR template (`.github/PULL_REQUEST_TEMPLATE/`) +- [ ] Issue template (`.github/ISSUE_TEMPLATE/`) +- [ ] Mustache template +- [ ] Other template type: + +## Templates Affected + + + +| File | Action | Purpose | +|------|--------|---------| +| `path/to/template.md` | Added/Modified/Removed | Brief description | + +## Related Issues + + + +## Checklist + +### General +- [ ] Template follows repository naming conventions +- [ ] Template includes clear placeholder text/comments for users +- [ ] Template is placed in the correct directory + +### For PR/Issue Templates +- [ ] Template includes all required sections +- [ ] Checkboxes and options are relevant to the template's purpose +- [ ] Labels are correctly referenced (if applicable) + +### For Mustache/Code Templates +- [ ] Variable placeholders are clearly documented +- [ ] Default values are sensible (if applicable) +- [ ] Template renders correctly with test data + +## Template Preview + + + +## Testing + + + +## Additional Context + +