php-devops/.github/PULL_REQUEST_TEMPLATE.md
Snider 07ce689a8c feat(github): enable free GitHub features
- dependabot.yml: automated updates for GitHub Actions and Go modules
- CODEOWNERS: auto-assign reviewers by path
- SECURITY.md: vulnerability reporting policy
- ISSUE_TEMPLATE/: structured bug reports and feature requests
- PULL_REQUEST_TEMPLATE.md: PR checklist

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 01:29:52 +00:00

25 lines
462 B
Markdown

## Summary
<!-- Brief description of changes -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation
- [ ] CI/CD improvement
- [ ] Other: <!-- describe -->
## Checklist
- [ ] Scripts tested on target OS (macOS/Windows/Linux)
- [ ] Documentation updated if needed
- [ ] No secrets or credentials in code
## Testing
<!-- How did you test these changes? -->
## Related issues
<!-- Link any related issues: Fixes #123, Relates to #456 -->