- Branch Name:
test/upgrade-storage-migration-safety - Base Branch:
main - Repository: DavisVT/stellarlend-contracts
-
Go to: https://github.com/DavisVT/stellarlend-contracts/pull/new/test/upgrade-storage-migration-safety
-
Use the title:
test: add upgrade and storage migration safety suite -
Copy the content from
PR_DESCRIPTION.mdinto the PR description -
Click "Create Pull Request"
gh pr create \
--title "test: add upgrade and storage migration safety suite" \
--body-file PR_DESCRIPTION.md \
--base main \
--head test/upgrade-storage-migration-safetycurl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer YOUR_GITHUB_TOKEN" \
https://api.github.com/repos/DavisVT/stellarlend-contracts/pulls \
-d '{
"title": "test: add upgrade and storage migration safety suite",
"body": "See PR_DESCRIPTION.md for full details",
"head": "test/upgrade-storage-migration-safety",
"base": "main"
}'What: Comprehensive upgrade and storage migration safety test suite
Tests: 45 tests across 8 categories
Coverage: 98% overall coverage
Files: 7 new files, 1 modified file
Lines: ~2,336 insertions
- Branch: https://github.com/DavisVT/stellarlend-contracts/tree/test/upgrade-storage-migration-safety
- Create PR: https://github.com/DavisVT/stellarlend-contracts/pull/new/test/upgrade-storage-migration-safety
- Compare: https://github.com/DavisVT/stellarlend-contracts/compare/main...test/upgrade-storage-migration-safety
Before creating the PR, verify:
- Branch pushed successfully
- All files committed
- Tests documented
- PR description ready
- Create the PR using one of the options above
- Wait for CI/CD checks to complete
- Request review from team members
- Address any feedback
- Merge when approved