Before you can create a pull request link, you need to push the branch to your personal fork:
# Add your fork as remote (replace YOUR_USERNAME)
git remote add fork https://github.com/YOUR_USERNAME/stellarlend-contracts.git
# Push the current branch to your fork
git push fork feature/governance-audit-log-prOnce pushed to your fork, the pull request link will be:
GitHub Pull Request URL:
https://github.com/StellarLend/stellarlend-contracts/compare/main...YOUR_USERNAME:stellarlend-contracts:feature/governance-audit-log-pr
Replace YOUR_USERNAME with your actual GitHub username.
- Go to your fork:
https://github.com/YOUR_USERNAME/stellarlend-contracts - You should see a banner suggesting to create a pull request
- Click "Compare & pull request"
- This will take you to the PR creation page
Title:
feat: add governance audit log events and views for admin actions
Description: Use the content from GOVERNANCE_AUDIT_PR_DESCRIPTION.md
Reference: Closes #657
If your GitHub username is Kenlachy, the PR link would be:
https://github.com/StellarLend/stellarlend-contracts/compare/main...Kenlachy:stellarlend-contracts:feature/governance-audit-log-pr
- ✅ Branch:
feature/governance-audit-log-pris ready - ✅ All changes committed:
f49e2fb - ✅ PR description prepared
- ❌ Not yet pushed to fork (permission denied to main repo)
# Replace YOUR_USERNAME with your actual GitHub username
git remote add fork https://github.com/YOUR_USERNAME/stellarlend-contracts.git
git push fork feature/governance-audit-log-pr
# Then visit the PR link above to create the pull requestThe governance audit log implementation is ready for PR creation once you push to your fork!