Files
memvid--memvid/.github/PULL_REQUEST_TEMPLATE.md
wehub-resource-sync 70cb81e982
CI / Test (macos-latest, stable) (push) Has been cancelled
CI / Test (ubuntu-latest, stable) (push) Has been cancelled
CI / Test (windows-latest, stable) (push) Has been cancelled
CI / Lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:45:24 +08:00

43 lines
1.2 KiB
Markdown

## Description
Brief description of the changes in this PR.
## Related Issue
Fixes #(issue number)
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring (no functional changes)
## Changes Made
-
-
-
## Testing
- [ ] I have added tests that prove my fix/feature works
- [ ] All existing tests pass (`cargo test`)
- [ ] I have tested on my local machine
## Documentation
- [ ] I have updated relevant documentation
- [ ] I have added doc comments for new public APIs
- [ ] CHANGELOG.md has been updated (if applicable)
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code where necessary
- [ ] My changes generate no new warnings
- [ ] I have run `cargo clippy` and addressed any issues
- [ ] I have run `cargo fmt` to format my code
## Screenshots (if applicable)
Add screenshots to help explain your changes.
## Additional Notes
Any additional information reviewers should know.