Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 121 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions crates/policystack/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
## Summary

<!-- What does this PR do, in 1-3 sentences -->
# Pull Request Description

## Changes
## Summary
<!-- What does this PR do? -->

<!-- Bullet list of key changes -->
-
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update

## Testing
<!-- How was this tested? -->

<!-- How was this verified? -->
- [ ] Local lint passes
- [ ] Local tests pass
- [ ] Manual smoke test (if applicable)

## Related

<!-- Issues/PRs/specs this addresses -->
Closes #
## Checklist
- [ ] Code follows project style guidelines
- [ ] Self-review completed
- [ ] Tests added/updated
- [ ] Documentation updated
Loading