graphiti/.github/pull_request_template.md
Daniel Chalef c455d174b6
feat: add issue and pull request templates with compliance workflow (#689)
* bug report

* feat: add pull request template for better contribution guidelines

* feat: add template compliance check for issues and pull requests

* drop review action
2025-07-08 23:21:26 -07:00

32 lines
No EOL
816 B
Markdown

## Summary
Brief description of the changes in this PR.
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Performance improvement
- [ ] Documentation/Tests
## Objective
**For new features and performance improvements:** Clearly describe the objective and rationale for this change.
## Testing
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] All existing tests pass
## Breaking Changes
- [ ] This PR contains breaking changes
If this is a breaking change, describe:
- What functionality is affected
- Migration path for existing users
## Checklist
- [ ] Code follows project style guidelines (`make lint` passes)
- [ ] Self-review completed
- [ ] Documentation updated where necessary
- [ ] No secrets or sensitive information committed
## Related Issues
Closes #[issue number]